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 5091472363
commit d65e54cabd

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.