Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { ChainInfoFetcher blockchain.ChainInfoFetcher BeaconDB db.ReadOnlyDatabase }
type Sidecar ¶
type Sidecar struct { BlockRoot string `json:"block_root"` Index string `json:"index"` Slot string `json:"slot"` BlockParentRoot string `json:"block_parent_root"` ProposerIndex string `json:"proposer_index"` Blob string `json:"blob"` KZGCommitment string `json:"kzg_commitment"` KZGProof string `json:"kzg_proof"` }
type SidecarsResponse ¶
type SidecarsResponse struct {
Data []*Sidecar `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.