Show / Hide Table of Contents

Class Submit

Response expected from a SubmitRequest.

Inheritance
object
Submit
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class Submit

Properties

| Edit this page View Source

Accepted

Declaration
[JsonPropertyName("Accepted")]
public bool Accepted { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

AccountSequenceAvailable

Available account sequence number.

Declaration
[JsonPropertyName("account_sequence_available")]
public uint? AccountSequenceAvailable { get; set; }
Property Value
Type Description
uint?
| Edit this page View Source

AccountSequenceNext

Next account sequence number.

Declaration
[JsonPropertyName("account_sequence_next")]
public uint? AccountSequenceNext { get; set; }
Property Value
Type Description
uint?
| Edit this page View Source

Applied

Declaration
[JsonPropertyName("applied")]
public bool Applied { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Broadcast

Declaration
[JsonPropertyName("broadcast")]
public bool Broadcast { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

EngineResult

Text result code indicating the preliminary result of the transaction, for example tesSUCCESS.

Declaration
[JsonPropertyName("engine_result")]
public string EngineResult { get; set; }
Property Value
Type Description
string
| Edit this page View Source

EngineResultCode

Numeric version of the result code.

Declaration
[JsonPropertyName("engine_result_code")]
public int EngineResultCode { get; set; }
Property Value
Type Description
int
| Edit this page View Source

EngineResultMessage

Human-readable explanation of the transaction's preliminary result.

Declaration
[JsonPropertyName("engine_result_message")]
public string EngineResultMessage { get; set; }
Property Value
Type Description
string
| Edit this page View Source

OpenLedgerCost

Declaration
[JsonPropertyName("open_ledger_cost")]
public string OpenLedgerCost { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Transaction

The complete transaction.

Declaration
public ITransactionResponse Transaction { get; }
Property Value
Type Description
ITransactionResponse
| Edit this page View Source

TxBlob

The complete transaction in hex string format.

Declaration
[JsonPropertyName("tx_blob")]
public string TxBlob { get; set; }
Property Value
Type Description
string
| Edit this page View Source

TxJson

The complete transaction in JSON format.

Declaration
[JsonPropertyName("tx_json")]
public object TxJson { get; set; }
Property Value
Type Description
object
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX