UNPKG

@hdwallet/core

Version:

A complete Hierarchical Deterministic (HD) Wallet generator for 200+ cryptocurrencies, built with TypeScript.

4 lines 272 B
export declare function encode(hex: string, customAlphabet?: string): string; export declare const encodeNoPadding: (hex: string, alpha?: string) => string; export declare function decode(data: string, customAlphabet?: string): string; //# sourceMappingURL=base32.d.ts.map