Transaction Instructions
Indicates how to execute a transaction. Complements the transaction specification.
- Type: Object
 
This type can contain the following fields:
| Field | Type | Required? | Description | 
|---|---|---|---|
fee | 
String | Optional | An exact fee to pay for the transaction, in XRP. | 
maxFee | 
String | Optional | The maximum fee to pay for the transaction, in XRP. | 
maxLedgerVersion | 
Integer | Optional | The highest ledger version that the transaction can be included in. | 
maxLedgerVersionOffset | 
Integer | Optional | Offset from the current validated ledger version to the highest ledger version that the transaction can be included in. | 
sequence | 
Integer | Required | The initiating account's sequence number for this transaction. | 
signersCount | 
Integer | Optional | The number of signers that will be signing this transaction. |