Interface get_balances_of_address_by_multiple_contracts_Item

interface get_balances_of_address_by_multiple_contracts_Item {
    balance: string;
    contractAddress: string;
    name: string;
    standard: string;
    symbol: string;
    tokenCount: number;
}

Properties

balance: string
contractAddress: string
name: string
standard: string
symbol: string
tokenCount: number