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
consensus, eips, genesis
this type is a container type
alloy/crates/eips/src/eip4844/sidecar.rs
Lines 22 to 33 in 122c4b1
all arrays are supposed to have the same length.
an iterator type would be helpful here that yields
struct BlobTransactionSidecarItem { index, blob, kzg_commitment, kzg_proof }
which is basically a subset of
alloy/crates/rpc-types-beacon/src/sidecar.rs
Lines 65 to 75 in 122c4b1
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Component
consensus, eips, genesis
Describe the feature you would like
this type is a container type
alloy/crates/eips/src/eip4844/sidecar.rs
Lines 22 to 33 in 122c4b1
all arrays are supposed to have the same length.
an iterator type would be helpful here that yields
which is basically a subset of
alloy/crates/rpc-types-beacon/src/sidecar.rs
Lines 65 to 75 in 122c4b1
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: