Skip to content

Commit f272772

Browse files
authored
Change delegate type to string (#73)
1 parent e08a3c0 commit f272772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/das-types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export interface SearchAssetsRequest {
7171
supplyMint?: string;
7272
supply?: number;
7373
interface?: string;
74-
delegate?: number;
74+
delegate?: string;
7575
ownerType?: OwnershipModel;
7676
royaltyAmount?: number;
7777
royaltyTarget?: string;

0 commit comments

Comments
 (0)