menu
solana_web3 package
documentation
borsh.dart
BorshCodec<T>
size abstract method
size abstract method
dark_mode
light_mode
size
abstract method
int
size
(
T
input
)
Returns the serialized byte length of
input
.
Implementation
int size(final T input);
solana_web3 package
documentation
borsh
BorshCodec<T>
size abstract method
BorshCodec class