import { C } from "https://deno.land/x/lucid@0.10.1/src/core/mod.ts";
const { BigNum } = C;
Methods
checked_add(other)
checked_div(other)
checked_div_ceil(other)
checked_mul(other)
checked_sub(other)
clamped_sub(other)
returns 0 if it would otherwise underflow
compare(rhs_value)
free()
is_zero()
to_bytes()
to_str()