UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 297 B
import { NFTokenAcceptOffer } from "xrpl"; import { FormattedNFTokenAcceptOfferSpecification } from "../../types/nftokens"; declare function parseNFTokenAcceptOffer(tx: NFTokenAcceptOffer, nativeCurrency?: string): FormattedNFTokenAcceptOfferSpecification; export default parseNFTokenAcceptOffer;