Module

x/polkadot/types-codec/abstract/BigInt.ts>AbstractBigInt

Package publishing for deno.land/x/polkadot
Go to Latest
class AbstractBigInt
extends BigInt
Abstract
import { AbstractBigInt } from "https://dotland.deno.dev/x/polkadot@0.2.23/types-codec/abstract/BigInt.ts";

Constructors

new
AbstractBigInt(value:
| string
| number
| bigint
| boolean
)