interface forkGenesis {
    balances: [[address: string, amount: string]];
    mutables: GenesisMutableProperties;
    previous_block_hash: string;
    previous_genesis_hash: string;
    properties: GenesisImmutableProperties;
    timestamp: number;
}

Hierarchy (view full)

Properties

balances: [[address: string, amount: string]]
previous_block_hash: string
previous_genesis_hash: string
timestamp: number