intToBytes function

Uint8List intToBytes(
  1. BigInt number
)

Implementation

Uint8List intToBytes(BigInt number) => p_utils.encodeBigInt(number);