Variables
MsgLinkChainAccount
MsgLinkChainAccount: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { chainAddress?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }; chainConfig?: { name?: string | undefined; }; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; }; signer?: string }): MsgLinkChainAccount
-
Parameters
-
object: { chainAddress?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }; chainConfig?: { name?: string | undefined; }; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; }; signer?: string }
-
Optional chainAddress?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }
-
Optional chainConfig?: { name?: string | undefined; }
-
Optional proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; }
-
Optional signer?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgLinkChainAccountResponse
MsgLinkChainAccountResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
MsgUnlinkChainAccount
MsgUnlinkChainAccount: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { chainName?: string; owner?: string; target?: string }
-
Optional chainName?: string
-
Optional owner?: string
-
Optional target?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgUnlinkChainAccountResponse
MsgUnlinkChainAccountResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "desmos.profiles.v1beta1" = 'desmos.profiles.v1beta1'
ChainAddress contains the details of the external chain address to be linked