Variables
QueryAnnualProvisionsRequest
QueryAnnualProvisionsRequest: { 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
QueryAnnualProvisionsResponse
QueryAnnualProvisionsResponse: { 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: { annualProvisions?: Uint8Array }
-
Optional annualProvisions?: Uint8Array
-
toJSON: function
-
Parameters
Returns unknown
QueryInflationRequest
QueryInflationRequest: { 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
QueryInflationResponse
QueryInflationResponse: { 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: { inflation?: Uint8Array }
-
Optional inflation?: Uint8Array
-
toJSON: function
-
Parameters
Returns unknown
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?: { mintDenom?: string | undefined; inflationRateChange?: string | undefined; inflationMax?: string | undefined; inflationMin?: string | undefined; goalBonded?: string | undefined; blocksPerYear?: number | undefined; } }): QueryParamsResponse
-
Parameters
-
object: { params?: { mintDenom?: string | undefined; inflationRateChange?: string | undefined; inflationMax?: string | undefined; inflationMin?: string | undefined; goalBonded?: string | undefined; blocksPerYear?: number | undefined; } }
-
Optional params?: { mintDenom?: string | undefined; inflationRateChange?: string | undefined; inflationMax?: string | undefined; inflationMin?: string | undefined; goalBonded?: string | undefined; blocksPerYear?: number | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "cosmos.mint.v1beta1" = 'cosmos.mint.v1beta1'
annual_provisions is the current minting annual provisions value.