UNPKG

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