Show / Hide Table of Contents

Class HashOrTransaction

Inheritance
object
HashOrTransaction
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
[JsonConverter(typeof(TransactionOrHashConverter))]
public class HashOrTransaction

Properties

| Edit this page View Source

Transaction

server transaction response

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

TransactionHash

Unique hash of the transaction you are looking up

Declaration
public string TransactionHash { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX