Class SimulateResponse
Inheritance
object
    SimulateResponse
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class SimulateResponse
  Properties
| Improve this Doc View SourceLastRound
Declaration
[JsonProperty("last-round", Required = Required.Always)]
[Required]
public ulong LastRound { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
TxnGroups
Declaration
[JsonProperty("txn-groups", Required = Required.Always)]
[Required]
public ICollection<SimulateTransactionGroupResult> TxnGroups { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><SimulateTransactionGroupResult> | 
Version
Declaration
[JsonProperty("version", Required = Required.Always)]
[Required]
public ulong Version { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
WouldSucceed
Declaration
[JsonProperty("would-succeed", Required = Required.Always)]
[Required]
public bool WouldSucceed { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool |