UNPKG

@hdwallet/core

Version:

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

3 lines 211 B
export declare function bech32Encode(hrp: string, witprog: Uint8Array): string; export declare function bech32Decode(expectedHrp: string, addr: string): [string, Uint8Array]; //# sourceMappingURL=bech32.d.ts.map