GenesisState
GenesisState: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): GenesisState
-
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; } }): GenesisState
-
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