Class HashOrTransaction
Inheritance
System.Object
HashOrTransaction
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class HashOrTransaction : object
Properties
| Improve this Doc View SourceTransaction
server transaction response
Declaration
public TransactionResponseCommon Transaction { get; set; }
Property Value
| Type | Description |
|---|---|
| TransactionResponseCommon |
TransactionHash
Unique hash of the transaction you are looking up
Declaration
public string TransactionHash { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |