Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/mod.ts>typesCodec.AbstractInt#toString

Package publishing for deno.land/x/polkadot
Go to Latest
method typesCodec.AbstractInt.prototype.toString
import { typesCodec } from "https://deno.land/x/polkadot@0.2.30/mod.ts";
const { AbstractInt } = typesCodec;

Parameters

optional
base: number

The base to use for the conversion

Returns

string