Skip to content

Commit

Permalink
docs(tx-builder): add ttl updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Mar 19, 2024
1 parent e073c6e commit 710ca6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transaction-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ These options are common and can be provided to every tx-type:
- The strategy to obtain next nonce for an account via node API
- If set to `max`, then the greatest nonce seen in the account or currently in the transaction pool is incremented with 1 and returned.
If the strategy is set to `continuity`, then transactions in the mempool are checked if there are gaps - missing nonces that prevent transactions with greater nonces to get included
- `ttl` (default: `0`)
- `ttl` (default: `0` if `buildTx` used, current height + `3` otherwise)
- Should be set if you want the transaction to be only valid until a certain block height is reached.
- `fee` (default: calculated for each tx-type, based on network demand)
- The minimum fee is dependent on the tx-type.
Expand Down

0 comments on commit 710ca6e

Please sign in to comment.