Interface search_for_matched_NFTs_Query2

interface search_for_matched_NFTs_Query2 {
    contractAddresses: string[];
    ownerAddress: string;
    paging: search_for_matched_NFTs_Query_Paging;
    tokenIds: string[];
}

Properties

contractAddresses: string[]
ownerAddress: string
tokenIds: string[]