DefaultGenesis returns default genesis state as raw bytes for the bme module.
(cdc codec.JSONCodec)
| 70 | |
| 71 | // DefaultGenesis returns default genesis state as raw bytes for the bme module. |
| 72 | func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage { |
| 73 | return cdc.MustMarshalJSON(types.DefaultGenesisState()) |
| 74 | } |
| 75 | |
| 76 | // ValidateGenesis validation check of the Genesis |
| 77 | func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, _ client.TxEncodingConfig, bz json.RawMessage) error { |
no outgoing calls
no test coverage detected