Skip to main content

Module types

Module types 

Source

Structs§

ArchivedBalancesDiff
An archived BalancesDiff
ArchivedBitTagVec
An archived BitTagVec
ArchivedRandaoDiff
An archived RandaoDiff
ArchivedRootsDiff
An archived RootsDiff
ArchivedSlashingsDiff
An archived SlashingsDiff
ArchivedValidatorPatch
An archived ValidatorPatch
ArchivedValidatorsDiff
An archived ValidatorsDiff
BalancesDiff
Compact representation of the difference between two balance snapshots.
BalancesDiffResolver
The resolver for an archived BalancesDiff
BitTagVec
BitTagVecResolver
The resolver for an archived BitTagVec
RandaoDiff
Sequence of RANDAO mixes written while advancing through epochs.
RandaoDiffResolver
The resolver for an archived RandaoDiff
RootsDiff
Sequence of roots written while advancing a circular root buffer.
RootsDiffResolver
The resolver for an archived RootsDiff
SlashingsDiff
Sparse updates for a slashing ring buffer.
SlashingsDiffResolver
The resolver for an archived SlashingsDiff
ValidatorPatch
A modification to a single validator field.
ValidatorPatchResolver
The resolver for an archived ValidatorPatch
ValidatorsDiff
Compact representation of the difference between two validator registries.
ValidatorsDiffResolver
The resolver for an archived ValidatorsDiff

Enums§

ArchivedAttestationsDiff
An archived AttestationsDiff
ArchivedEth1DataVotesDiff
An archived Eth1DataVotesDiff
ArchivedHistoricalLogDiff
An archived HistoricalLogDiff
ArchivedInactivityDiff
An archived InactivityDiff
ArchivedParticipationDiff
An archived ParticipationDiff
ArchivedQueueDiff
An archived QueueDiff
ArchivedSyncCommitteeDiff
An archived SyncCommitteeDiff
ArchivedValidatorField
An archived ValidatorField
AttestationsDiff
Delta representation for Phase0 pending attestations.
AttestationsDiffResolver
The resolver for an archived AttestationsDiff
Eth1DataVotesDiff
Delta representation of the Eth1 data vote list.
Eth1DataVotesDiffResolver
The resolver for an archived Eth1DataVotesDiff
HistoricalLogDiff
Delta representation for the historical summaries list.
HistoricalLogDiffResolver
The resolver for an archived HistoricalLogDiff
InactivityDiff
Compact representation of the difference between two inactivity-score vectors.
InactivityDiffResolver
The resolver for an archived InactivityDiff
ParticipationDiff
Compact delta encoding for participation flags.
ParticipationDiffResolver
The resolver for an archived ParticipationDiff
QueueDiff
Universal delta representation for list-like state structures.
QueueDiffResolver
The resolver for an archived QueueDiff
SyncCommitteeDiff
Delta representation for sync committees.
SyncCommitteeDiffResolver
The resolver for an archived SyncCommitteeDiff
ValidatorField
A field-level modification to a validator record.
ValidatorFieldResolver
The resolver for an archived ValidatorField

Constants§

HISTORICAL_ROOTS_SSZ_SIZE
Size, in bytes, of an SSZ-serialized historical root.
HISTORICAL_SUMMARIES_SSZ_SIZE
Size, in bytes, of an SSZ-serialized historical summary.
MIN_VALIDATOR_WITHDRAWABILITY_DELAY
Protocol-defined withdrawability delay for non-slashed validators.
SET_NO_CHANGE
Balance is unchanged.
SET_TO_DIFF
Balance is reconstructed by applying a stored difference.
SET_TO_TARGET_VALUE
Balance is replaced with its absolute target value.
SET_TO_ZERO
Balance is replaced with zero.
SLOTS_PER_EPOCH
VALIDATOR_SSZ_SIZE
Size, in bytes, of an SSZ-serialized validator record.