Skip to main content
Module

x/polkadot/mod.ts>types.Int

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

Constructors

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

Static Methods

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