Trait sp_runtime::BuildModuleGenesisStorage [−][src]
Something that can build the genesis storage of a module.
Required methods
fn build_module_genesis_storage(
&self,
storage: &mut Storage
) -> Result<(), String>
[src]
&self,
storage: &mut Storage
) -> Result<(), String>
Create the module genesis storage into the given storage
and child_storage
.