menu
solana_borsh package
documentation
mixins.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_borsh package
documentation
mixins
BorshCodecFixedSized<T>
size abstract method
BorshCodecFixedSized mixin