Class SimulationEvalOverrides
Inheritance
SimulationEvalOverrides
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class SimulationEvalOverrides
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
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
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
MaxLogCalls
Declaration
[JsonProperty("max-log-calls", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("max-log-calls")]
public ulong? MaxLogCalls { get; set; }
Property Value
|
Edit this page
View Source
MaxLogSize
Declaration
[JsonProperty("max-log-size", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("max-log-size")]
public ulong? MaxLogSize { get; set; }
Property Value