Struct DryrunRequest
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct DryrunRequest : IEquatable<DryrunRequest>
Properties
Accounts
Declaration
[AlgoApiField("accounts")]
public Account[] Accounts { get; set; }
Property Value
Apps
Declaration
[AlgoApiField("apps")]
public Application[] Apps { get; set; }
Property Value
LatestTimestamp
LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.
Declaration
[AlgoApiField("latest-timestamp")]
public ulong LatestTimestamp { get; set; }
Property Value
ProtocolVersion
ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.
Declaration
[AlgoApiField("protocol-version")]
public string ProtocolVersion { get; set; }
Property Value
Round
Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to.
Declaration
[AlgoApiField("round")]
public ulong Round { get; set; }
Property Value
Sources
Declaration
[AlgoApiField("sources")]
public DryrunSource[] Sources { get; set; }
Property Value
Txns
Declaration
[AlgoApiField("txns")]
public byte[][] Txns { get; set; }
Property Value
Type |
Description |
Byte[][] |
|
Methods
Equals(DryrunRequest)
Declaration
public bool Equals(DryrunRequest other)
Parameters
Returns