UNPKG

@bithomp/xrpl-api

Version:

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

3 lines (2 loc) 158 B
import { Ledger, FormattedLedger } from "../../types"; export declare function parseLedger(ledger: Ledger, includeRawTransactions: boolean): FormattedLedger;