Module 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
- Helper function to generate an account ID from seed.
- Helper function to generate a crypto pair from seed.
- Local testnet config (multivalidator Alice + Bob).
- Staging testnet config.
- Helper function to create RuntimeGenesisConfig for testing.
Type Definitions
- 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.