diff --git a/examples/batch-to-frames.html b/examples/batch-to-frames.html index bf02c7c1..bb0fa0d5 100644 --- a/examples/batch-to-frames.html +++ b/examples/batch-to-frames.html @@ -294,8 +294,8 @@
Batch
itself, handling encoding and compression, but
this method is not available yet.
-Once compressed using the helper compress_brotli
method, the compressed
-bytes can be added to a newly constructed ChannelOut
.
+
Once compressed using the compress_brotli
method, the
+compressed bytes can be added to a newly constructed ChannelOut
.
As long as the ChannelOut
has ready_bytes()
,
Frame
s can be constructed using the
ChannelOut::output_frame()
method, specifying the maximum
@@ -303,14 +303,6 @@
Once Frame
s are returned from the ChannelOut
,
they can be Frame::encode
into raw, serialized data
ready to be batch-submitted to the data-availability layer.
- - note -
-In the example below, the additional example_transactions()
and compress_brotli()
-methods are helper functions that can be ignored for the sake of the example.
git clone git@github.com:alloy-rs/op-alloy.git
brotli
is used (which was activated in the Fjord hardfork). Decompressed
brotli bytes can then be passed right into Batch::decode
to wind up with the example's desired Batch
.
-- - note -
-In the example below, the additional example_transactions()
and decompress_brotli()
-methods are helper functions that can be ignored for the sake of the example.
git clone git@github.com:alloy-rs/op-alloy.git
brotli
is used (which was activated in the Fjord hardfork). Decompressed
brotli bytes can then be passed right into Batch::decode
to wind up with the example's desired Batch
.
-- - note -
-In the example below, the additional example_transactions()
and decompress_brotli()
-methods are helper functions that can be ignored for the sake of the example.
git clone git@github.com:alloy-rs/op-alloy.git
Batch
itself, handling encoding and compression, but
this method is not available yet.
-Once compressed using the helper compress_brotli
method, the compressed
-bytes can be added to a newly constructed ChannelOut
.
+
Once compressed using the compress_brotli
method, the
+compressed bytes can be added to a newly constructed ChannelOut
.
As long as the ChannelOut
has ready_bytes()
,
Frame
s can be constructed using the
ChannelOut::output_frame()
method, specifying the maximum
@@ -2169,14 +2134,6 @@
Once Frame
s are returned from the ChannelOut
,
they can be Frame::encode
into raw, serialized data
ready to be batch-submitted to the data-availability layer.
- - note -
-In the example below, the additional example_transactions()
and compress_brotli()
-methods are helper functions that can be ignored for the sake of the example.
git clone git@github.com:alloy-rs/op-alloy.git