ChainLinkJSON
ChainLinkJSON: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): ChainLinkJSON
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { address?: { 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; } }): ChainLinkJSON
-
Parameters
-
object: { address?: { 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; } }
-
Optional address?: { 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; }
-
toJSON: function
-
Parameters
Returns unknown
Address contains the data of the external chain address to be connected with the Desmos profile