Class DryrunSource
DryrunSource is TEAL source text that gets uploaded, compiled, and inserted into transactions or application state.
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class DryrunSource
Properties
|
Edit this page
View Source
AppIndex
Declaration
[JsonProperty("app-index", Required = Required.Always)]
[Key("app-index")]
[Required]
public ulong AppIndex { get; set; }
Property Value
|
Edit this page
View Source
FieldName
Declaration
[JsonProperty("field-name", Required = Required.Always)]
[Key("field-name")]
[Required]
public string FieldName { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
[JsonProperty("source", Required = Required.Always)]
[Key("source")]
[Required]
public string Source { get; set; }
Property Value
|
Edit this page
View Source
TxnIndex
Declaration
[JsonProperty("txn-index", Required = Required.Always)]
[Key("txn-index")]
[Required]
public ulong TxnIndex { get; set; }
Property Value