Class BaseTransactionResponse
This information is added to Transactions in request responses, but is not part of the canonical Transaction information on ledger.
These fields are denoted with lowercase letters to indicate this in the rippled responses.
Inheritance
System.Object
BaseTransactionResponse
Implements
Namespace: Xrpl.Models.Transaction
Assembly: Xrpl.dll
Syntax
public class BaseTransactionResponse : object, IBaseTransactionResponse
Properties
| Improve this Doc View SourceDate
The date/time when this transaction was included in a validated ledger.
Declaration
public DateTime? Date { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |
Hash
An identifying hash value unique to this transaction, as a hex string.
Declaration
public string Hash { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InLedger
Declaration
public uint? InLedger { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt32> |
LedgerIndex
The sequence number of the ledger that included this transaction.
Declaration
public uint? LedgerIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt32> |
Validated
Declaration
public bool? Validated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |