menu
blockchain_utils package
documentation
layout/byte/byte_handler.dart
LayoutByteReader
getVarintLength method
getVarintLength method
dark_mode
light_mode
getVarintLength
method
int
getVarintLength
(
int
offset
)
Implementation
int getVarintLength(int offset) { return LayoutSerializationUtils.getVarintLength(_bytes[offset]); }
blockchain_utils package
documentation
layout/byte/byte_handler
LayoutByteReader
getVarintLength method
LayoutByteReader class