Class HashOrTransaction
Inheritance
object
HashOrTransaction
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
[JsonConverter(typeof(TransactionOrHashConverter))]
public class HashOrTransaction
Properties
| Edit this page View SourceTransaction
server transaction response
Declaration
public LedgerTransaction Transaction { get; set; }
Property Value
| Type | Description |
|---|---|
| LedgerTransaction |
TransactionHash
Unique hash of the transaction you are looking up
Declaration
public string TransactionHash { get; set; }
Property Value
| Type | Description |
|---|---|
| string |