You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

derive.d.ts 279B

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