We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23be55b commit df9d787Copy full SHA for df9d787
crates/codec/src/decoding/v1/mod.rs
@@ -2,6 +2,7 @@ pub use batch_header::BatchHeaderV1;
2
mod batch_header;
3
4
use crate::{
5
+ check_buf_len,
6
decoding::{
7
batch::Batch, blob::BlobSliceIter, payload::PayloadData, transaction::Transaction,
8
v0::BlockContextV0,
0 commit comments