We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08a3c0 commit f272772Copy full SHA for f272772
src/types/das-types.ts
@@ -71,7 +71,7 @@ export interface SearchAssetsRequest {
71
supplyMint?: string;
72
supply?: number;
73
interface?: string;
74
- delegate?: number;
+ delegate?: string;
75
ownerType?: OwnershipModel;
76
royaltyAmount?: number;
77
royaltyTarget?: string;
0 commit comments