Expand description
Substrate chain configurations.
Structs§
- Extensions
- Node
ChainSpec
extensions. - Runtime
Genesis Config
Functions§
- development_
config - Development config (single validator Alice).
- flaming_
fir_ config - Flaming Fir testnet generator
- local_
testnet_ config - Local testnet config (multivalidator Alice + Bob).
- staging_
testnet_ config - Staging testnet config.
- testnet_
genesis_ patch - Helper function to create RuntimeGenesisConfig json patch for testing.
Type Aliases§
- Account
Id - Some way of identifying an account on the chain. We intentionally make it equivalent to the public key of our transaction signing scheme.
- Balance
- Balance of an account.
- Chain
Spec - Specialized
ChainSpec
. - Signature
- Alias to 512-bit hash when used in the context of a transaction signature on the chain.