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

Type declaration

Generated using TypeDoc