Interface search_for_NFTs_by_metadata_attributes_Query

interface search_for_NFTs_by_metadata_attributes_Query {
    contractAddress: string;
    includes: string[];
    metadata: search_for_NFTs_by_metadata_attributes_Query_Metadata;
    paging: search_for_NFTs_by_metadata_attributes_Query_Paging;
}

Properties

contractAddress: string
includes: string[]