UNPKG

242 BTypeScriptView Raw
1import type { HexString } from '@polkadot/util/types';
2import type { Prefix } from './types';
3export declare function decodeAddress(encoded?: HexString | string | Uint8Array | null, ignoreChecksum?: boolean, ss58Format?: Prefix): Uint8Array;