UNPKG

279 BTypeScriptView Raw
1import { deriveKeypair, deriveAddress } from 'ripple-keypairs';
2declare function deriveXAddress(options: {
3 publicKey: string;
4 tag: number | false;
5 test: boolean;
6}): string;
7export { deriveKeypair, deriveAddress, deriveXAddress };
8//# sourceMappingURL=derive.d.ts.map
\No newline at end of file