Interface get_list_of_collections_having_NFTs_Item

interface get_list_of_collections_having_NFTs_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