UNPKG

@polkadot/util-crypto

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