File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 Retrieves blobs for a given block id.
66 Depending on `Accept` header it can be returned either as json or as bytes serialized by SSZ.
77
8- If the `versioned_hashes` parameter is specified, only the blobs with the specified versioned hashes will be returned. Blobs are
8+ If the `versioned_hashes` parameter is specified, only the blobs for the specified versioned hashes will be returned. Blobs are
99 returned as an ordered list matching the order of their corresponding KZG commitments in the block.
1010
1111 After the Fulu fork, only supernodes (which custody all data columns) are required to return blobs. Clients may implement
Original file line number Diff line number Diff line change @@ -146,5 +146,5 @@ VersionedHash:
146146 type : string
147147 format : hex
148148 pattern : " ^0x[a-fA-F0-9]{64}$"
149- description : " A versioned hash used to identify a blob ."
149+ description : " A versioned hash used to identify a Blob ."
150150 example : " 0x01cf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2"
You can’t perform that action at this time.
0 commit comments