申し訳ありませんが、このページはお使いの言語では提供されていません。
XRP Ledger Dev Portalをさまざまな言語で提供するよう取り組んでいますが、すべてのページがすべての言語で提供されているわけではありません。ご協力いただける場合は、ぜひ貢献をお願いいたします
Transaction Common Fields
The fields that are common to all transactions.
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 |
---|---|---|---|
hash |
String | Optional | (Optional) The hash value that uniquely identifies this transaction. Included only if the transaction was signed. |
TransactionType |
String | Required | The transaction type, such as "Payment". |
Account |
String (Address) | Required | The address of an XRP Ledger account. |
Flags |
Integer | Required | Transaction-specific flags (bit field). |
LastLedgerSequence |
Integer | Required | Highest ledger index this transaction can appear in. This field places a strict upper limit on how long the transaction can wait to be validated or rejected. |
Fee |
String | Required | Transaction fee, in drops. |
Sequence |
Integer | Required | The account sequence number (can serve as a nonce). |