bigIntToBytes function

Uint8List bigIntToBytes(
  1. BigInt bigInt
)

Implementation

Uint8List bigIntToBytes(BigInt bigInt) => p_utils.encodeBigInt(bigInt);