RecipientAddressRequest: {
    create<I>(base?): RecipientAddressRequest;
    decode(input, length?): RecipientAddressRequest;
    encode(message, writer?): Writer;
    fromJSON(object): RecipientAddressRequest;
    fromPartial<I>(object): RecipientAddressRequest;
    toJSON(message): unknown;
}

Type declaration

Generated using TypeDoc