UNPKG

@polkadot/util-crypto

Version:
3 lines (2 loc) 178 B
import type { Prefix } from './types.js'; export declare function decodeAddress(encoded?: string | Uint8Array | null, ignoreChecksum?: boolean, ss58Format?: Prefix): Uint8Array;