UNPKG

@nextrope/xrpl

Version:

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

7 lines 265 B
import ECDSA from '../ECDSA'; import { Wallet } from '.'; export declare function walletFromSecretNumbers(secretNumbers: string[] | string, opts?: { masterAddress?: string; algorithm?: ECDSA; }): Wallet; //# sourceMappingURL=walletFromSecretNumbers.d.ts.map