Rename response field of GetBlobsV2 to

This commit is contained in:
Minhyuk Kim 2025-04-14 01:46:22 +09:00 committed by MariusVanDerWijden
parent af6c6741b4
commit 80e92e556f

View file

@ -125,7 +125,7 @@ type BlobAndProofV1 struct {
type BlobAndProofV2 struct { type BlobAndProofV2 struct {
Blob hexutil.Bytes `json:"blob"` Blob hexutil.Bytes `json:"blob"`
CellProofs []hexutil.Bytes `json:"cellProofs"` CellProofs []hexutil.Bytes `json:"proofs"`
} }
// JSON type overrides for ExecutionPayloadEnvelope. // JSON type overrides for ExecutionPayloadEnvelope.