UNPKG

@polkadot/util-crypto

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