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.

15 lines (13 loc) 272 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?: {}; }; };