Class TransactionResponse
Inheritance
object
    TransactionResponse
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class TransactionResponse
  Properties
| Improve this Doc View SourceCurrentRound
Declaration
[JsonProperty("current-round", Required = Required.Always)]
[Required]
public ulong CurrentRound { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
Transaction
Declaration
[JsonProperty("transaction", Required = Required.Always)]
[Required]
public Transaction Transaction { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Transaction |