Variables
LinkChainAccountPacketAck
LinkChainAccountPacketAck: { 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: { sourceAddress?: string }
-
Optional sourceAddress?: string
-
toJSON: function
-
Parameters
Returns unknown
LinkChainAccountPacketData
LinkChainAccountPacketData: { 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: { destinationAddress?: string; destinationProof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; }; sourceAddress?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }; sourceChainConfig?: { name?: string | undefined; }; sourceProof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } }): LinkChainAccountPacketData
-
Parameters
-
object: { destinationAddress?: string; destinationProof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; }; sourceAddress?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }; sourceChainConfig?: { name?: string | undefined; }; sourceProof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } }
-
Optional destinationAddress?: string
-
Optional destinationProof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; }
-
Optional sourceAddress?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }
-
Optional sourceChainConfig?: { name?: string | undefined; }
-
Optional sourceProof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "desmos.profiles.v1beta1" = 'desmos.profiles.v1beta1'
SourceAddress contains the external address that has been linked properly with the profile