UNPKG

@bithomp/xrpl-api

Version:

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

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