UNPKG

@bithomp/xrpl-api

Version:

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

7 lines (6 loc) 262 B
import { NFTokenFlagsKeysInterface } from "../../types/nftokens"; declare function parseTxNFTokenMintFlags(value: number, options?: { excludeFalse?: boolean; nativeCurrency?: string; }): NFTokenFlagsKeysInterface; export default parseTxNFTokenMintFlags;