import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { BigNum } = Core;
Methods
checked_add(other: BigNum): BigNum
checked_div(other: BigNum): BigNum
checked_div_ceil(other: BigNum): BigNum
checked_mul(other: BigNum): BigNum
checked_sub(other: BigNum): BigNum
clamped_sub(other: BigNum): BigNum
returns 0 if it would otherwise underflow
free(): void
is_zero(): boolean
to_bytes(): Uint8Array
to_str(): string