We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BlobsSidecarsByRange v1 Protocol ID: /eth2/beacon_chain/req/blobs_sidecars_by_range/1/
/eth2/beacon_chain/req/blobs_sidecars_by_range/1/
Request Content:
( start_slot: Slot count: uint64 ) Response Content: class BlobSidecars(Container): sidecars: List[BlobSidecar, MAX_BLOBS_PER_BLOCK] # TODO verify constant name ( List[BlobSidecars, MAX_REQUEST_BLOBS_SIDECARS] )
The text was updated successfully, but these errors were encountered:
mehdi-aouadi
No branches or pull requests
BlobsSidecarsByRange v1
Protocol ID:
/eth2/beacon_chain/req/blobs_sidecars_by_range/1/
Request Content:
The text was updated successfully, but these errors were encountered: