menu
walletkit_dart
walletkit_dart.dart
bytesToUnsignedInt function
bytesToUnsignedInt
dark_mode
light_mode
bytesToUnsignedInt
function
BigInt
bytesToUnsignedInt
(
Uint8List
bytes
)
Implementation
BigInt bytesToUnsignedInt(Uint8List bytes) { return p_utils.decodeBigIntWithSign(1, bytes); }
walletkit_dart
walletkit_dart
bytesToUnsignedInt function
walletkit_dart library