UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 250 B
import { AMMClawback } from "xrpl"; import { FormattedAmmClawbackSpecification } from "../../types/amm"; declare function parseAmmClawback(tx: AMMClawback, nativeCurrency?: string): FormattedAmmClawbackSpecification; export default parseAmmClawback;