UNPKG

168 BTypeScriptView Raw
1import type { Prefix } from './types.js';
2export declare function isAddress(address?: string | null, ignoreChecksum?: boolean, ss58Format?: Prefix): address is string;