Interface get_collection_detail_Result

interface get_collection_detail_Result {
    contractAddress: string;
    name: string;
    standard: string;
    symbol: string;
    totalOwners: number;
    totalSupply: string;
    totalTransfers: number;
}

Properties

contractAddress: string
name: string
standard: string
symbol: string
totalOwners: number
totalSupply: string
totalTransfers: number