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?: { minFees?: { messageType?: string | undefined; amount?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[] | undefined; } }): QueryParamsResponse
-
Parameters
-
object: { params?: { minFees?: { messageType?: string | undefined; amount?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[] | undefined; } }
-
Optional params?: { minFees?: { messageType?: string | undefined; amount?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[] | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "desmos.fees.v1beta1" = 'desmos.fees.v1beta1'