menu
flutter_chia_rust_utils package
documentation
classes/bytes_utils/bytes_utils.dart
decodeBigInt function
decodeBigInt function
dark_mode
light_mode
decodeBigInt
function
BigInt
decodeBigInt
(
List
<
int
>
bytes
)
Implementation
BigInt decodeBigInt(
List
<
int
> bytes) {
return
bytesToBigInt(bytes, Endian.big, signed:
true
); }
flutter_chia_rust_utils package
documentation
classes/bytes_utils/bytes_utils
decodeBigInt function
bytes_utils library
Properties
secureRandom
Functions
bigIntToBytes
bytesEqual
bytesToBigInt
bytesToInt
decodeBigInt
decodeInt
encodeBigInt
encodeInt
flip
intFrom32BitsStream
intFrom64BitsStream
intTo32Bits
intTo64Bits
intTo8Bits
intToBytes
intToBytesStandard
randomByte
randomBytes
Extensions
StripByItsPrefix