UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 238 B
import { AMMCreate } from "xrpl"; import { FormattedAmmCreateSpecification } from "../../types/amm"; declare function parseAmmCreate(tx: AMMCreate, nativeCurrency?: string): FormattedAmmCreateSpecification; export default parseAmmCreate;