Payment object and instructions
Payment object (specification) and instructions on how to execute it.
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 |
|---|---|---|---|
payment |
Object (Payment Object) | Required | A payment object (specification). |
instructions |
Object (Transaction Instructions) | Optional | Indicates how to execute a transaction. Complements the transaction specification. |
submit |
Boolean | Required | If false, the server will not submit the transaction to the network. Instead, it will only return the following additional fields in the response: tx_json, tx_blob, and id (hash). |