Skip to content

Commit

Permalink
Merge pull request #2 from fireblocks/get-transactions-more-filters
Browse files Browse the repository at this point in the history
add more types of filters
  • Loading branch information
tomervil authored Jul 13, 2020
2 parents 877625e + c57b584 commit e12dc60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ export interface TransactionFilter {
status?: TransactionStatus;
orderBy?: TransactionOrder;
limit?: number;
txHash?: string;
assets?: string;
sourceType?: PeerType;
destType?: PeerType;
sourceId?: string;
destId?: string;
}

export enum TransactionOrder {
Expand Down

0 comments on commit e12dc60

Please sign in to comment.