Struct DryrunRequest
Assembly: cs.temp.dll.dll
Syntax
public struct DryrunRequest : IEquatable<DryrunRequest>
Properties
Accounts
Declaration
public Account[] Accounts { get; set; }
Property Value
Apps
Declaration
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
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
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
public ulong Round { get; set; }
Property Value
Sources
Declaration
public DryrunSource[] Sources { get; set; }
Property Value
Txns
Declaration
public byte[][] Txns { get; set; }
Property Value
Type |
Description |
Byte[][] |
|
Methods
Equals(DryrunRequest)
Declaration
public bool Equals(DryrunRequest other)
Parameters
Returns