UNPKG

@bithomp/xrpl-api

Version:

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

4 lines (3 loc) 260 B
import { FormattedURITokenCreateSellOfferSpecification } from "../../types/uritokens"; declare function parseURITokenCreateSellOffer(tx: any, nativeCurrency?: string): FormattedURITokenCreateSellOfferSpecification; export default parseURITokenCreateSellOffer;