Interface search_wealthiest_accounts_Item

interface search_wealthiest_accounts_Item {
    address: string;
    balance: string;
    isContract: boolean;
    netWorth: string;
    totalNFTs: number;
    transactionCount: number;
}

Properties

address: string
balance: string
isContract: boolean
netWorth: string
totalNFTs: number
transactionCount: number