NewDefaultGenesisState generates the default state for the application.
(cdc codec.Codec)
| 30 | |
| 31 | // NewDefaultGenesisState generates the default state for the application. |
| 32 | func NewDefaultGenesisState(cdc codec.Codec) GenesisState { |
| 33 | return ModuleBasics().DefaultGenesis(cdc) |
| 34 | } |
| 35 | |
| 36 | func GenesisStateWithValSet(cdc codec.Codec) GenesisState { |
| 37 | privVal := mock.NewPV() |
no test coverage detected