UNPKG

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