Interface search_for_matched_NFTs_Result_Item

interface search_for_matched_NFTs_Result_Item {
    contractAddress: string;
    createdAtBlock: number;
    createdAtBlockTime: string;
    rawMetadata: search_for_matched_NFTs_Result_Item_RawMetadata;
    tokenId: string;
    tokenName: string;
    tokenStandard: string;
    tokenSymbol: string;
    tokenURI: string;
    updatedAtBlock: number;
    updatedAtBlockTime: string;
}

Properties

contractAddress: string
createdAtBlock: number
createdAtBlockTime: string
tokenId: string
tokenName: string
tokenStandard: string
tokenSymbol: string
tokenURI: string
updatedAtBlock: number
updatedAtBlockTime: string