Skip to content

Commit

Permalink
help
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Aug 9, 2024
1 parent e44e184 commit e2a77d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,11 @@ stellar contract invoke ... -- --help
* `--sim-only` — Simulate the transaction and only write the base64 xdr to stdout
* `--send <SEND>` — Whether or not to send a transaction

Default value: `if-write`
Default value: `default`

Possible values:
- `if-write`:
Only send transaction if there are ledger writes or published events, otherwise return simulation result
- `default`:
Only send transaction if simulation indicates there are ledger writes, published events, or auth required, otherwise return simulation result
- `no`:
Do not send transaction, return simulation result
- `yes`:
Expand Down

0 comments on commit e2a77d8

Please sign in to comment.