Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lucid/src/core/wasm_modules/cardano_multiplatform_lib_web/cardano_multiplatform_lib.d.ts>BigNum

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
Very Popular
Go to Latest
class BigNum
import { BigNum } from "https://deno.land/x/lucid@0.7.8/src/core/wasm_modules/cardano_multiplatform_lib_web/cardano_multiplatform_lib.d.ts";

Methods

returns 0 if it would otherwise underflow

compare(rhs_value: BigNum): number
free(): void
is_zero(): boolean
to_bytes(): Uint8Array
to_str(): string

Static Methods

from_bytes(bytes: Uint8Array): BigNum
from_str(string: string): BigNum