Class Submit
Inheritance
object
Submit
Assembly: Xrpl.dll
Syntax
Properties
|
Edit this page
View Source
Accepted
Declaration
[JsonPropertyName("Accepted")]
public bool Accepted { get; set; }
Property Value
|
Edit this page
View Source
AccountSequenceAvailable
Available account sequence number.
Declaration
[JsonPropertyName("account_sequence_available")]
public uint? AccountSequenceAvailable { get; set; }
Property Value
|
Edit this page
View Source
AccountSequenceNext
Next account sequence number.
Declaration
[JsonPropertyName("account_sequence_next")]
public uint? AccountSequenceNext { get; set; }
Property Value
|
Edit this page
View Source
Applied
Declaration
[JsonPropertyName("applied")]
public bool Applied { get; set; }
Property Value
|
Edit this page
View Source
Broadcast
Declaration
[JsonPropertyName("broadcast")]
public bool Broadcast { get; set; }
Property Value
|
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
|
Edit this page
View Source
EngineResultCode
Numeric version of the result code.
Declaration
[JsonPropertyName("engine_result_code")]
public int EngineResultCode { get; set; }
Property Value
|
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
|
Edit this page
View Source
OpenLedgerCost
Declaration
[JsonPropertyName("open_ledger_cost")]
public string OpenLedgerCost { get; set; }
Property Value
|
Edit this page
View Source
Transaction
The complete transaction.
Declaration
public ITransactionResponse Transaction { get; }
Property Value
|
Edit this page
View Source
TxBlob
The complete transaction in hex string format.
Declaration
[JsonPropertyName("tx_blob")]
public string TxBlob { get; set; }
Property Value
|
Edit this page
View Source
TxJson
The complete transaction in JSON format.
Declaration
[JsonPropertyName("tx_json")]
public object TxJson { get; set; }
Property Value