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

Type declaration

Generated using TypeDoc