Skip to main content
Module

x/polkadot/mod.ts>typesCodec.Int

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

Constructors

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

Static Methods

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