Interface RegistryRuntimeGenesis

RuntimeGenesis is the runtime genesis information that is used to initialize runtime state in the first block.

interface RegistryRuntimeGenesis {
    round: longnum;
    state_root: Uint8Array;
}

Hierarchy (view full)

Properties

Properties

round: longnum

Round is the runtime round in the genesis.

state_root: Uint8Array

StateRoot is the state root that should be used at genesis time. If the runtime should start with empty state, this must be set to the empty hash.