Variables
QueryProfileRequest
QueryProfileRequest: { 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: { user?: string }
-
toJSON: function
-
Parameters
Returns unknown
QueryProfileResponse
QueryProfileResponse: { 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: { profile?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } }): QueryProfileResponse
-
Parameters
-
object: { profile?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } }
-
Optional profile?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "desmos.profiles.v1beta1" = 'desmos.profiles.v1beta1'
Address or DTag of the user to query the profile for