UNPKG

@polkadot/util-crypto

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