pub fn development_genesis_transactions() -> Vec<Transaction>
Expand description

This function returns a list of valid transactions to be included in the genesis block. It is called by the ChainSpec::build method, via the development_genesis_config function. The resulting transactions must be ordered: inherent first, then extrinsics.