blob

package
v4.0.0-...-b8b0360 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2024 License: GPL-3.0 Imports: 19 Imported by: 0

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
}

func (*Server) Blobs

func (s *Server) Blobs(w http.ResponseWriter, r *http.Request)

Blobs is an HTTP handler for Beacon API getBlobs.

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL