Class SimulateRequest
Inheritance
SimulateRequest
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class SimulateRequest
Properties
|
Edit this page
View Source
AllowEmptySignatures
Declaration
[JsonProperty("allow-empty-signatures", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("allow-empty-signatures")]
public bool? AllowEmptySignatures { get; set; }
Property Value
|
Edit this page
View Source
AllowMoreLogging
Declaration
[JsonProperty("allow-more-logging", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("allow-more-logging")]
public bool? AllowMoreLogging { get; set; }
Property Value
|
Edit this page
View Source
AllowUnnamedResources
Declaration
[JsonProperty("allow-unnamed-resources", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("allow-unnamed-resources")]
public bool? AllowUnnamedResources { get; set; }
Property Value
|
Edit this page
View Source
ExecTraceConfig
Declaration
[JsonProperty("exec-trace-config", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("exec-trace-config")]
public SimulateTraceConfig ExecTraceConfig { get; set; }
Property Value
|
Edit this page
View Source
ExtraOpcodeBudget
Declaration
[JsonProperty("extra-opcode-budget", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("extra-opcode-budget")]
public ulong? ExtraOpcodeBudget { get; set; }
Property Value
|
Edit this page
View Source
FixSigners
Declaration
[JsonProperty("fix-signers", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("fix-signers")]
public bool? FixSigners { get; set; }
Property Value
|
Edit this page
View Source
Round
Declaration
[JsonProperty("round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("round")]
public ulong? Round { get; set; }
Property Value
|
Edit this page
View Source
TxnGroups
Declaration
[JsonProperty("txn-groups", Required = Required.Always)]
[Key("txn-groups")]
[Required]
public ICollection<SimulateRequestTransactionGroup> TxnGroups { get; set; }
Property Value