Documentation ¶
Index ¶
Constants ¶
View Source
const ( DepositQueuePrefix = "deposit_queue" WithdrawalQueuePrefix = "withdrawal_queue" RandaoMixPrefix = "randao_mix" SlashingsPrefix = "slashings" TotalSlashingPrefix = "total_slashing" ValidatorIndexPrefix = "val_idx" BlockRootsPrefix = "block_roots" StateRootsPrefix = "state_roots" ValidatorByIndexPrefix = "val_idx_to_pk" ValidatorPubkeyToIndexPrefix = "val_pk_to_idx" ValidatorConsAddrToIndexPrefix = "val_cons_addr_to_idx" ValidatorEffectiveBalanceToIndexPrefix = "val_eff_bal_to_idx" LatestBeaconBlockHeaderPrefix = "latest_beacon_block_header" SlotPrefix = "slot" BalancesPrefix = "balances" Eth1BlockHashPrefix = "eth1_block_hash" Eth1DepositIndexPrefix = "eth1_deposit_idx" GenesisValidatorsRootPrefix = "genesis_validators_root" NextWithdrawalIndexPrefix = "next_withdrawal_index" NextWithdrawalValidatorIndexPrefix = "next_withdrawal_val_idx" ForkPrefix = "fork" )
Collection prefixes.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.