申し訳ありませんが、このページはお使いの言語では提供されていません。
XRP Ledger Dev Portalをさまざまな言語で提供するよう取り組んでいますが、すべてのページがすべての言語で提供されているわけではありません。ご協力いただける場合は、ぜひ貢献をお願いいたします
Payment object and instructions
Payment object (specification) and instructions on how to execute it.
Warning: XRP-API is early alpha software. API methods and data formats are likely to change often 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). |