Class SimulateTransactionResult
Inheritance
object
SimulateTransactionResult
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 SimulateTransactionResult
Properties
| Improve this Doc View SourceMissingSignature
Declaration
[JsonProperty("missing-signature", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? MissingSignature { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TxnResult
Declaration
[JsonProperty("txn-result", Required = Required.Always)]
[Required]
public IReturnableTransaction TxnResult { get; set; }
Property Value
Type | Description |
---|---|
IReturnableTransaction |