UNPKG

@bithomp/xrpl-api

Version:

A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger

6 lines (5 loc) 229 B
export * as Ledger from "./ledger"; export * as Utils from "./utils"; export * as Outcomes from "./outcome/index"; export { parseOutcome } from "./outcome"; export { parseTransactionType, parseTransaction } from "./transaction";