Skip to main content
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.37/mod.ts";
const { AbstractInt } = typesCodec;

Parameters

optional
base: number

The base to use for the conversion

Returns

string