referrerpolicy=no-referrer-when-downgrade

Module genesis_config_presets

Source
Expand description

Genesis presets used by this runtime. Genesis Presets for the Kitchensink Runtime

Constants§

ENDOWMENT
STASH

Functions§

authority_keys_from_seed
Helper function to generate stash, controller and session key from seed.
get_preset
Provides the JSON representation of predefined genesis config for given id.
kitchensink_genesis
Helper function to create RuntimeGenesisConfig json patch for testing.
preset_names
List of supported presets.
session_keys
session_keys_from_seed
We have this method as there is no straight forward way to convert the account keyring into these ids.
validator
Sets up the account to be a staker of validator variant as supplied to the staking config.
well_known_including_eth_accounts
The Keyring’s wellknown accounts + Alith and Baltathar.

Type Aliases§

Staker
The staker type as supplied ot the Staking config.