Module staging_node_cli::chain_spec
source · Expand description
Substrate chain configurations.
Structs§
- Node
ChainSpec
extensions.
Functions§
- Helper function to generate stash, controller and session key from seed.
- Development config (single validator Alice).
- Flaming Fir testnet generator
- Local testnet config (multivalidator Alice + Bob).
- Staging testnet config.
- Helper function to create RuntimeGenesisConfig json patch for testing.
Type Aliases§
- Some way of identifying an account on the chain. We intentionally make it equivalent to the public key of our transaction signing scheme.
- Balance of an account.
- Specialized
ChainSpec
. - Alias to 512-bit hash when used in the context of a transaction signature on the chain.