UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 237 B
import { Clawback } from "xrpl"; import { FormattedClawbackSpecification } from "../../types/clawback"; declare function parseClawback(tx: Clawback, nativeCurrency?: string): FormattedClawbackSpecification; export default parseClawback;