blob

package
v4.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: GPL-3.0 Imports: 12 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	Blocker lookup.Blocker
}

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 {
	Index                    string                          `json:"index"`
	Blob                     string                          `json:"blob"`
	SignedBeaconBlockHeader  *shared.SignedBeaconBlockHeader `json:"signed_block_header"`
	KzgCommitment            string                          `json:"kzg_commitment"`
	KzgProof                 string                          `json:"kzg_proof"`
	CommitmentInclusionProof []string                        `json:"kzg_commitment_inclusion_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