UNPKG

ripple-lib

Version:

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

10 lines 563 B
import * as constants from './constants'; import * as errors from './errors'; import * as validate from './validate'; import * as serverInfo from './serverinfo'; export declare function ensureClassicAddress(account: string): string; export { constants, errors, validate, serverInfo }; export { dropsToXrp, xrpToDrops, toRippledAmount, removeUndefined, convertKeysFromSnakeCaseToCamelCase, iso8601ToRippleTime, rippleTimeToISO8601 } from './utils'; export { Connection } from './connection'; export { txFlags } from './txflags'; //# sourceMappingURL=index.d.ts.map