UNPKG

200 BTypeScriptView Raw
1import type { HexString } from '@polkadot/util/types';
2import type { Prefix } from './types';
3export declare function encodeAddress(key: HexString | Uint8Array | string, ss58Format?: Prefix): string;