Optional
api_Optional
forwardedThe value true indicates that the transaction was applied, queued,
broadcast, or kept for later. The value false
indicates that none of
those happened, so the transaction cannot possibly succeed as long as you
do not submit it again and have not already submitted it another time.
The next Sequence Number available for the sending account after all pending and queued transactions.
The next Sequence number for the sending account after all transactions that have been provisionally applied, but not transactions in the queue.
The value true indicates that this transaction was applied to the open ledger. In this case, the transaction is likely, but not guaranteed, to be validated in the next ledger version.
The value true indicates this transaction was broadcast to peer servers in the peer-to-peer XRP Ledger network.
Text result code indicating the preliminary result of the transaction,
for example tesSUCCESS
.
Numeric version of the result code.
Human-readable explanation of the transaction's preliminary result.
The value true indicates that the transaction was kept to be retried later.
The current open ledger cost before processing this transaction transactions with a lower cost are likely to be queued.
The value true indicates the transaction was put in the Transaction Queue, which means it is likely to be included in a future ledger version.
The complete transaction in hex string format.
The complete transaction in JSON format.
The ledger index of the newest validated ledger at the time of submission. This provides a lower bound on the ledger versions that the transaction can appear in as a result of this request.
Optional
statusOptional
warningOptional
warningsGenerated using TypeDoc
Response expected from a SubmitRequest.