Transaction Preconditions
Preconditions of a transaction per CAP-21
Transaction preconditions allow you to set constraints on when a transaction can be executed. This includes time bounds, ledger bounds, minimum sequence numbers, and required extra signers.
See also
Constructors
Types
Properties
Required extra signers (V2 only). Maximum of 2 extra signers
The ledger bounds for the transaction (V2 only)
The minimum amount of time (in seconds) between source account sequence time and the ledger time when this transaction will become valid (V2 only). 0 means unrestricted
The minimum number of ledgers between source account sequence and the ledger number when this transaction will become valid (V2 only). 0 means unrestricted
The minimum source account sequence number this transaction is valid for (V2 only). If null, the transaction is valid when source account's sequence number == tx.sequence - 1
The time bounds for the transaction