Documentation ¶
Index ¶
Constants ¶
View Source
const FailedBlockSignLocalErr = "block rejected by local protection"
Variables ¶
This section is empty.
Functions ¶
func InitializeProgressBar ¶
Types ¶
type AttestationRecord ¶
type AttestationRecord struct { PubKey [fieldparams.BLSPubkeyLength]byte Source primitives.Epoch Target primitives.Epoch SigningRoot []byte }
AttestationRecord which can be represented by these simple values for manipulation by database methods.
type Proposal ¶
type Proposal struct { Slot primitives.Slot `json:"slot"` SigningRoot []byte `json:"signing_root"` }
Proposal representation for a validator public key.
type ProposalHistoryForPubkey ¶
type ProposalHistoryForPubkey struct {
Proposals []Proposal
}
ProposalHistoryForPubkey for a validator public key.
Click to show internal directories.
Click to hide internal directories.