UNPKG

@first-ledger/kit-adapter

Version:

A streamlined toolkit for querying and parsing blockchain network data, encompassing account details, transactions, and metadata, using nu-client with built-in caching for enhanced performance and access efficiency.

17 lines 361 B
import type * as xrpl from 'xrpl'; export type NFTItem = { uri?: string; img?: string; meta?: undefined; issuer?: string; id?: string; taxon?: number; metrics: { xrpl?: { flags: xrpl.AccountNFToken['Flags']; transferFee: number; }; evm?: {}; }; }; //# sourceMappingURL=nft.d.ts.map