docs: clarification on timeout timestamp (#23322)

Co-authored-by: Alex | Interchain Labs <alex@skip.money>
This commit is contained in:
Julien Robert
2025-01-13 08:58:14 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent 1b5b338eeb
commit 7da5372dd2
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -149,6 +149,8 @@ https://github.com/cosmos/cosmos-sdk/blob/v0.52.0-beta.2/client/tx_config.go#L39
* `Memo`, a note or comment to send with the transaction.
* `FeeAmount`, the maximum amount the user is willing to pay in fees.
* `TimeoutHeight`, block height until which the transaction is valid.
* `TimeoutTimestamp`, timestamp until which the transaction is valid.
* `Unordered`, whether transactions can be executed in any order. Nonce is then unevaluated (NOTE: A timeout timestamp must be set if `Unordered` is true).
* `Signatures`, the array of signatures from all signers of the transaction.
As there are currently two sign modes for signing transactions, there are also two implementations of `TxBuilder`: