menu
sui package
documentation
cryptography/helper.dart
encodeBigInt function
encodeBigInt function
dark_mode
light_mode
encodeBigInt
function
Uint8List
encodeBigInt
(
BigInt
?
number
)
Implementation
Uint8List encodeBigInt(BigInt? number) => utils.encodeBigInt(number);
sui package
documentation
cryptography/helper
encodeBigInt function
helper library