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