menu
solana_web3 package
documentation
borsh.dart
BorshObjectMixin
toBorsh method
toBorsh method
dark_mode
light_mode
toBorsh
method
Iterable
<
int
>
toBorsh
(
)
Serializes
this
instance into a buffer.
Implementation
Iterable<int> toBorsh() => borsh.serialize(this);
solana_web3 package
documentation
borsh
BorshObjectMixin
toBorsh method
BorshObjectMixin mixin