menu
on_chain package
documentation
tron/src/models/block/block.dart
BlockHeaderRaw
refBlockBytes property
refBlockBytes property
dark_mode
light_mode
refBlockBytes
property
List
<
int
>
get
refBlockBytes
Implementation
List<int> get refBlockBytes => BigintUtils.toBytes(number, length: 8).sublist(6, 8);
on_chain package
documentation
tron/src/models/block/block
BlockHeaderRaw
refBlockBytes property
BlockHeaderRaw class