Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
type
GenesisState
map
[string]json.RawMessage
10
11
func
NewDefaultGenesisState(cdc codec.Codec) GenesisState {
12
return
ModuleBasics.DefaultGenesis(cdc)
13
}
Callers
4
TestAppUpgrade_CannotDeleteLatestVersion
Function · 0.85
TestAppUpgrade_CannotLoadCorruptStoreUsingLatestHeight
Function · 0.85
TestSimAppExportAndBlockedAddrs
Function · 0.85
setup
Function · 0.85
Calls
1
DefaultGenesis
Method · 0.45
Tested by
3
TestAppUpgrade_CannotDeleteLatestVersion
Function · 0.68
TestAppUpgrade_CannotLoadCorruptStoreUsingLatestHeight
Function · 0.68
TestSimAppExportAndBlockedAddrs
Function · 0.68