申し訳ありませんが、このページはお使いの言語では提供されていません。

XRP Ledger Dev Portalをさまざまな言語で提供するよう取り組んでいますが、すべてのページがすべての言語で提供されているわけではありません。ご協力いただける場合は、ぜひ貢献をお願いいたします

Transaction Instructions

Indicates how to execute a transaction. Complements the transaction specification.

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
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.