Skip to main content
Module

x/polkadot/types-codec/mod.ts>Int

Package publishing for deno.land/x/polkadot
Go to Latest
class Int
extends AbstractInt
import { Int } from "https://deno.land/x/polkadot@0.2.40/types-codec/mod.ts";

Constructors

new
Int(
registry: Registry,
value?: AnyNumber | null,
bitLength?: UIntBitLength,
)

Static Methods

with(bitLength: UIntBitLength, typeName?: string): CodecClass<Int>