Versions in this module Expand all Collapse all v0 v0.9.3 Nov 20, 2020 v0.9.0 Oct 19, 2020 Changes in this version + const ModuleName + var ModuleCdc *codec.Codec + func GenesisStateFromGenDoc(cdc *codec.Codec, genDoc tmtypes.GenesisDoc) (genesisState map[string]json.RawMessage, err error) + func GenesisStateFromGenFile(cdc *codec.Codec, genFile string) (genesisState map[string]json.RawMessage, genDoc *tmtypes.GenesisDoc, err error) + func SetGenesisStateInAppState(cdc *codec.Codec, appState map[string]json.RawMessage, ...) map[string]json.RawMessage + func ValidateGenesis(genesisState GenesisState) error + type AppMap map[string]json.RawMessage + type CUKeeper interface + IterateCUs func(ctx sdk.Context, process func(cuexported.CustodianUnit) (stop bool)) + NewCU func(sdk.Context, cuexported.CustodianUnit) cuexported.CustodianUnit + SetCU func(sdk.Context, cuexported.CustodianUnit) + type GenesisCUsIterator interface + IterateGenesisCUs func(cdc *codec.Codec, appGenesis map[string]json.RawMessage, ...) + type GenesisState struct + GenTxs []json.RawMessage + func GetGenesisStateFromAppState(cdc *codec.Codec, appState map[string]json.RawMessage) GenesisState + func NewGenesisState(genTxs []json.RawMessage) GenesisState + func NewGenesisStateFromStdTx(genTxs []authtypes.StdTx) GenesisState + type InitConfig struct + ChainID string + GenTxsDir string + Name string + NodeID string + ValPubKey crypto.PubKey + func NewInitConfig(chainID, genTxsDir, name, nodeID string, valPubKey crypto.PubKey) InitConfig + type MigrationCallback func(AppMap) AppMap + type MigrationMap map[string]MigrationCallback + type StakingKeeper interface + ApplyAndReturnValidatorSetUpdates func(sdk.Context) (updates []abci.ValidatorUpdate)