Skip to content

Commit

Permalink
Updated help
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
- [Integration Kit] - ledger-api-bench-tool - added flexible party and template filters for transactions, transaction trees and active contract streams
CHANGELOG_END
  • Loading branch information
kamil-da committed Oct 29, 2021
1 parent 8996f55 commit 461f693
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@ object Cli {
note(1, "Transactions/transaction trees:")
note(2, "stream-type=<transactions|transaction-trees>", "(required)")
note(2, "name=<stream-name>", "Stream name used to identify results (required)")
note(2, "party=<party>", "(required)")
note(2, "filters=party1|template1|template2&party2", "(required)")
note(2, "begin-offset=<offset>")
note(2, "end-offset=<offset>")
note(2, "template-ids=<id1>|<id2>")
note(2, "max-delay=<seconds>", "Max record time delay objective")
note(2, "min-consumption-speed=<speed>", "Min consumption speed objective")
note(1, "Active contract sets:")
Expand Down

0 comments on commit 461f693

Please sign in to comment.