Skip to main content
Module

x/polkadot/mod.ts>utilCrypto.encodeDerivedAddress

Package publishing for deno.land/x/polkadot
Go to Latest
function utilCrypto.encodeDerivedAddress
import { utilCrypto } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { encodeDerivedAddress } = utilCrypto;

Parameters

who: HexString | Uint8Array | string
index: bigint | BN | number
optional
ss58Format: Prefix

Returns

string