Skip to content

Commit

Permalink
Added sourceWalletId for NCW under TransactionFilter (#228)
Browse files Browse the repository at this point in the history
Added relevant query argument for NCW filtering
  • Loading branch information
yanlevi authored Nov 28, 2023
1 parent 6c5655f commit be920b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ export interface TransactionFilter {
sourceType?: PeerType;
destType?: PeerType;
sourceId?: string;
sourceWalletId?: string;
destId?: string;
sort?: "ASC" | "DESC";
}
Expand Down

0 comments on commit be920b4

Please sign in to comment.