Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/mod.ts>utilCrypto.encodeDerivedAddress

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

Parameters

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

Returns

string