Type declaration
create:function
- create<I>(base?): GenesisState
Type Parameters
- I extends {
params?: {
externalChainVotingInflationRate?: Uint8Array;
keyMgmtRelativeInflationRate?: Uint8Array;
};
pools?: {
name?: string;
rewards?: {
coins?: (...)[];
validator?: Uint8Array;
}[];
}[];
} & {
params?: {
externalChainVotingInflationRate?: Uint8Array;
keyMgmtRelativeInflationRate?: Uint8Array;
} & {
externalChainVotingInflationRate?: Uint8Array;
keyMgmtRelativeInflationRate?: Uint8Array;
} & {
[K in string | number | symbol]: never
};
pools?: {
name?: string;
rewards?: {
coins?: (...) | (...);
validator?: (...) | (...);
}[];
}[] & ({
name?: string;
rewards?: {
coins?: ...;
validator?: ...;
}[];
} & {
name?: string;
rewards?: (...)[] & (...)[] & {
[K in (...)]: (...)
};
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): GenesisState
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): GenesisState
Type Parameters
- I extends {
params?: {
externalChainVotingInflationRate?: Uint8Array;
keyMgmtRelativeInflationRate?: Uint8Array;
};
pools?: {
name?: string;
rewards?: {
coins?: (...)[];
validator?: Uint8Array;
}[];
}[];
} & {
params?: {
externalChainVotingInflationRate?: Uint8Array;
keyMgmtRelativeInflationRate?: Uint8Array;
} & {
externalChainVotingInflationRate?: Uint8Array;
keyMgmtRelativeInflationRate?: Uint8Array;
} & {
[K in string | number | symbol]: never
};
pools?: {
name?: string;
rewards?: {
coins?: (...) | (...);
validator?: (...) | (...);
}[];
}[] & ({
name?: string;
rewards?: {
coins?: ...;
validator?: ...;
}[];
} & {
name?: string;
rewards?: (...)[] & (...)[] & {
[K in (...)]: (...)
};
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown