UNPKG

ripple-lib

Version:

Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html

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