Skip to content

Commit

Permalink
Merge branch 'get-transactions-more-filters' of github.com:fireblocks…
Browse files Browse the repository at this point in the history
…/fireblocks-api into get-transactions-more-filters
  • Loading branch information
Tomer Vilensky committed Jul 13, 2020
2 parents 90f0add + 995b8ec commit c57b584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ export interface TransactionFilter {
txHash?: string;
assets?: string;
sourceType?: PeerType;
sourceId?: string;
destType?: PeerType;
destId: string;
sourceId?: string;
destId?: string;
}

export enum TransactionOrder {
Expand Down

0 comments on commit c57b584

Please sign in to comment.