UNPKG

@polkadot/util-crypto

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