Module tuxedo_template_runtime::genesis
source · Expand description
Helper module to build a genesis configuration for the template runtime.
Re-exports§
pub use super::WASM_BINARY;
Functions§
- This function returns a list of valid transactions to be included in the genesis block. It is called by the
ChainSpec::build
method, via thedevelopment_genesis_config
function. The resulting transactions must be ordered: inherent first, then extrinsics.