menu
on_chain package
documentation
solana/src/layout/byte_writer/layout_byte_write.dart
LayoutByteWriter
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
List
<
int
>
toBytes
(
)
buffer bytes.
Implementation
List<int> toBytes() { return List<int>.from(_buffer); }
on_chain package
documentation
solana/src/layout/byte_writer/layout_byte_write
LayoutByteWriter
toBytes method
LayoutByteWriter class