UNPKG

@transia/xrpl

Version:

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

8 lines 288 B
import { deriveKeypair, deriveAddress } from '@transia/ripple-keypairs'; declare function deriveXAddress(options: { publicKey: string; tag: number | false; test: boolean; }): string; export { deriveKeypair, deriveAddress, deriveXAddress }; //# sourceMappingURL=derive.d.ts.map