Transaction Instructions
Indicates how to execute a transaction. Complements the transaction specification.
Warning: XAG-API is early alpha software. API methods and data formats are likely to change frequently in ways that break backwards compatibility.
- Type: Object
This type can contain the following fields:
Field | Type | Required? | Description |
---|---|---|---|
maxLedgerVersionOffset |
Integer | Optional | Offset from the current validated ledger version to the highest ledger version that the transaction can be included in. |
maxLedgerVersion |
Integer | Optional | The highest ledger version that the transaction can be included in. |
maxFee |
String | Optional | The maximum fee to pay for the transaction, in XAG. |
fee |
String | Optional | An exact fee to pay for the transaction, in XAG. |
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. |