UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 255 B
import { NFTokenMint } from "xrpl"; import { FormattedNFTokenMintSpecification } from "../../types/nftokens"; declare function parseNFTokenMint(tx: NFTokenMint, nativeCurrency?: string): FormattedNFTokenMintSpecification; export default parseNFTokenMint;