UNPKG

@bithomp/xrpl-api

Version:

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

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