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

Type declaration

Generated using TypeDoc