class M.BigNumimport { M } from "https://deno.land/x/lucid@0.10.7/src/core/mod.ts"; const { BigNum } = M; Methods__destroy_into_raw()checked_add(other)checked_mul(other)checked_sub(other)free()to_bytes()to_str()Static Methods__wrap(ptr)from_bytes(bytes)from_str(string)