MCPcopy Create free account
hub / github.com/Sifchain/sifnode / NewDefaultGenesisState

Function NewDefaultGenesisState

app/genesis.go:11–13  ·  view source on GitHub ↗
(cdc codec.Codec)

Source from the content-addressed store, hash-verified

9type GenesisState map[string]json.RawMessage
10
11func NewDefaultGenesisState(cdc codec.Codec) GenesisState {
12 return ModuleBasics.DefaultGenesis(cdc)
13}

Calls 1

DefaultGenesisMethod · 0.45