Interface search_for_matched_NFTs_Query1

interface search_for_matched_NFTs_Query1 {
    contractAddresses: string[];
    includes: string[];
    paging: search_for_matched_NFTs_Query_Paging;
    tokenIds: string[];
}

Properties

contractAddresses: string[]
includes: string[]
tokenIds: string[]