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 @@

Walkthrough

the 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(), Frames can be constructed using the ChannelOut::output_frame() method, specifying the maximum @@ -303,14 +303,6 @@

Walkthrough

Once Frames 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.

-

Running this example: