menu
idena_lib_dart package
documentation
util/helpers.dart
AppHelpers
byteToBigInt static method
byteToBigInt static method
dark_mode
light_mode
byteToBigInt
static method
BigInt
byteToBigInt
(
Uint8List
bigIntBytes
)
Implementation
static BigInt byteToBigInt(Uint8List bigIntBytes) { return _decodeBigInt(bigIntBytes); }
idena_lib_dart package
documentation
util/helpers
AppHelpers
byteToBigInt static method
AppHelpers class