Variables
QueryParamsRequest
QueryParamsRequest: { 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
QueryParamsResponse
QueryParamsResponse: { 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: { params?: { nickname?: { minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; dtag?: { regEx?: string | undefined; minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; bio?: { ...; } | undefined; oracle?: { ...; } | undefined; } }): QueryParamsResponse
-
Parameters
-
object: { params?: { nickname?: { minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; dtag?: { regEx?: string | undefined; minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; bio?: { ...; } | undefined; oracle?: { ...; } | undefined; } }
-
Optional params?: { nickname?: { minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; dtag?: { regEx?: string | undefined; minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; bio?: { ...; } | undefined; oracle?: { ...; } | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "desmos.profiles.v1beta1" = 'desmos.profiles.v1beta1'