Class SimulateTransactionGroupResult
Inheritance
object
SimulateTransactionGroupResult
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 SimulateTransactionGroupResult
Properties
| Improve this Doc View SourceFailedAt
Declaration
[JsonProperty("failed-at", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<ulong> FailedAt { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><ulong> |
FailureMessage
Declaration
[JsonProperty("failure-message", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FailureMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
TxnResults
Declaration
[JsonProperty("txn-results", Required = Required.Always)]
[Required]
public ICollection<SimulateTransactionResult> TxnResults { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><SimulateTransactionResult> |