UNPKG

@polkadot/util-crypto

Version:
4 lines (3 loc) 203 B
import type { HexString } from '@polkadot/util/types'; import type { Prefix } from './types.js'; export declare function encodeAddress(key: HexString | Uint8Array | string, ss58Format?: Prefix): string;