UNPKG

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