Type Alias SearchCollectionsRequest

SearchCollectionsRequest: {
    address?: ContractAddress;
    limit?: PageLimit;
    name?: string;
    skip?: PageSkip;
    standard?: CollectionStandard;
}

Type declaration