Interface get_number_of_collection_holdings_by_address_Result

interface get_number_of_collection_holdings_by_address_Result {
    address: string;
    balance: string;
    tokenCount: number;
}

Properties

address: string
balance: string
tokenCount: number