Interface get_collection_holder_list_Item

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

Properties

address: string
balance: string
tokenCount: number