UNPKG

@nextrope/xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

6 lines 293 B
export * as LedgerEntry from './ledger'; export { parseAccountRootFlags, setTransactionFlagsToNumber, convertTxFlagsToNumber, parseTransactionFlags, } from './utils/flags'; export * from './methods'; export * from './transactions'; export * from './common'; //# sourceMappingURL=index.d.ts.map