Class DryrunSource
DryrunSource is TEAL source text that gets uploaded, compiled, and inserted into transactions or application state.
Inheritance
object
DryrunSource
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 DryrunSource
Properties
| Improve this Doc View SourceAppIndex
Declaration
[JsonProperty("app-index", Required = Required.Always)]
[Required]
public ulong AppIndex { get; set; }
Property Value
Type | Description |
---|---|
ulong |
FieldName
Declaration
[JsonProperty("field-name", Required = Required.Always)]
[Required]
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
Declaration
[JsonProperty("source", Required = Required.Always)]
[Required]
public string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
TxnIndex
Declaration
[JsonProperty("txn-index", Required = Required.Always)]
[Required]
public ulong TxnIndex { get; set; }
Property Value
Type | Description |
---|---|
ulong |