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