menu
blockchain_utils package
documentation
helper/extensions/extensions.dart
ExtBigIntHelper
toU256LeBytes method
toU256LeBytes method
dark_mode
light_mode
toU256LeBytes
method
List
<
int
>
toU256LeBytes
(
)
Implementation
List<int> toU256LeBytes() => asU256.toLeBytes(length: 32);
blockchain_utils package
documentation
helper/extensions/extensions
ExtBigIntHelper
toU256LeBytes method
ExtBigIntHelper extension on
BigInt