Variables
QueryUserChainLinkRequest
QueryUserChainLinkRequest: { 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; target?: string; user?: string }
-
Optional chainName?: string
-
Optional target?: string
-
Optional user?: string
-
toJSON: function
-
Parameters
Returns unknown
QueryUserChainLinkResponse
QueryUserChainLinkResponse: { 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: { link?: { user?: string | undefined; address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } | undefined; chainConfig?: { ...; }... }): QueryUserChainLinkResponse
-
Parameters
-
object: { link?: { user?: string | undefined; address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } | undefined; chainConfig?: { ...; }... }
-
Optional link?: { user?: string | undefined; address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } | undefined; chainConfig?: { ...; }...
-
toJSON: function
-
Parameters
Returns unknown
QueryUserChainLinksRequest
QueryUserChainLinksRequest: { 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: { pagination?: { key?: Uint8Array | undefined; offset?: number | undefined; limit?: number | undefined; countTotal?: boolean | undefined; }; user?: string }): QueryUserChainLinksRequest
-
Parameters
-
object: { pagination?: { key?: Uint8Array | undefined; offset?: number | undefined; limit?: number | undefined; countTotal?: boolean | undefined; }; user?: string }
-
Optional pagination?: { key?: Uint8Array | undefined; offset?: number | undefined; limit?: number | undefined; countTotal?: boolean | undefined; }
-
Optional user?: string
-
toJSON: function
-
Parameters
Returns unknown
QueryUserChainLinksResponse
QueryUserChainLinksResponse: { 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: { links?: { user?: string | undefined; address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } | undefined; chainConfig?: { ...; }...[]; pagination?: { nextKey?: Uint8Array | undefined; total?: number | undefined; } }): QueryUserChainLinksResponse
-
Parameters
-
object: { links?: { user?: string | undefined; address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } | undefined; chainConfig?: { ...; }...[]; pagination?: { nextKey?: Uint8Array | undefined; total?: number | undefined; } }
-
Optional links?: { user?: string | undefined; address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } | undefined; chainConfig?: { ...; }...[]
-
Optional pagination?: { nextKey?: Uint8Array | undefined; total?: number | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "desmos.profiles.v1beta1" = 'desmos.profiles.v1beta1'
ChainName contains the name of the chain to which search the link for