beacon api: Stream event for data column sidecar (#15387)

This commit is contained in:
terence
2025-06-10 15:33:52 -07:00
committed by GitHub
parent 214f4a76fb
commit 6087875da5
7 changed files with 66 additions and 2 deletions

View File

@@ -25,6 +25,13 @@ type BlockGossipEvent struct {
Block string `json:"block"`
}
type DataColumnGossipEvent struct {
Slot string `json:"slot"`
Index string `json:"index"`
BlockRoot string `json:"block_root"`
KzgCommitments []string `json:"kzg_commitments"`
}
type AggregatedAttEventSource struct {
Aggregate *Attestation `json:"aggregate"`
}