menu
blockchain_utils package
documentation
helper/extensions/extensions.dart
ExtBigIntHelper
toI64LeBytes method
toI64LeBytes method
dark_mode
light_mode
toI64LeBytes
method
List
<
int
>
toI64LeBytes
(
)
Implementation
List<int> toI64LeBytes() => asI64.toLeBytes(length: 8, sign: true);
blockchain_utils package
documentation
helper/extensions/extensions
ExtBigIntHelper
toI64LeBytes method
ExtBigIntHelper extension on
BigInt