Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/polkadot@0.2.23/types-codec/abstract/BigInt.ts";

Constructors

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