UNPKG

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