ListIntExtension extension
Methods
-
fillBytes(
BigInt n) → void -
Available on List<
fills a byte array with the bytes to create a BigInt.int> , provided by the ListIntExtension extension -
swapEndianness(
) → void -
Available on List<
in-place swapEndianness swaps the endianness of a byte array.int> , provided by the ListIntExtension extension -
toBigInt(
) → BigInt -
Available on List<
bytesToBigInt converts a byte array to a BigInt.int> , provided by the ListIntExtension extension