UNPKG

@nextrope/xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

4 lines 224 B
declare function keyToRFC1751Mnemonic(hex_key: string): string; declare function rfc1751MnemonicToKey(english: string): Uint8Array; export { rfc1751MnemonicToKey, keyToRFC1751Mnemonic }; //# sourceMappingURL=rfc1751.d.ts.map