Skip to content

Commit

Permalink
Fixed transaction group search doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fboucquez committed Jul 31, 2020
1 parent 212e777 commit 6d03d53
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ import { SearchCriteria } from './SearchCriteria';
*/
export interface TransactionSearchCriteria extends SearchCriteria {
/**
* The group of transaction (optional, default is confirmed)
* The group of transaction (confirmed, unconfirmed or partial). Required.
*/
group: TransactionGroup;
/**
Expand Down

0 comments on commit 6d03d53

Please sign in to comment.