• Creates an i256 CheckedBigInt.

    Parameters

    • value: bigint

      initial value

    Returns CheckedBigInt

    A new CheckedBigInt constrained to i256

    Throws

    RangeError - If the value exceeds the bit size.

Generated using TypeDoc