Struct DryrunSource
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct DryrunSource : IEquatable<DryrunSource>
Properties
AppIndex
Declaration
[AlgoApiField("app-index")]
public ulong AppIndex { get; set; }
Property Value
FieldName
FieldName is what kind of sources this is. If lsig then it goes into the transactions[this.TxnIndex].LogicSig. If approv or clearp it goes into the Approval Program or Clear State Program of application[this.AppIndex].
Declaration
[AlgoApiField("field-name")]
public string FieldName { get; set; }
Property Value
Source
Declaration
[AlgoApiField("source")]
public string Source { get; set; }
Property Value
TxnIndex
Declaration
[AlgoApiField("txn-index")]
public ulong TxnIndex { get; set; }
Property Value
Methods
Equals(DryrunSource)
Declaration
public bool Equals(DryrunSource other)
Parameters
Returns