UNPKG

@bithomp/xrpl-api

Version:

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

8 lines (7 loc) 223 B
import { URITokenMintFlags } from "../models/transactions/URITokenMint"; export declare const URITokenFlagsKeys: { burnable: URITokenMintFlags; }; export interface URITokenFlagsKeysInterface { burnable?: boolean; }