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.

index.d.ts 563B

12345678910
  1. import * as constants from './constants';
  2. import * as errors from './errors';
  3. import * as validate from './validate';
  4. import * as serverInfo from './serverinfo';
  5. export declare function ensureClassicAddress(account: string): string;
  6. export { constants, errors, validate, serverInfo };
  7. export { dropsToXrp, xrpToDrops, toRippledAmount, removeUndefined, convertKeysFromSnakeCaseToCamelCase, iso8601ToRippleTime, rippleTimeToISO8601 } from './utils';
  8. export { Connection } from './connection';
  9. export { txFlags } from './txflags';
  10. //# sourceMappingURL=index.d.ts.map