Struct DryrunResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct DryrunResponse : IEquatable<DryrunResponse>
Properties
Error
Declaration
[AlgoApiField("error")]
public string Error { get; set; }
Property Value
ProtocolVersion
Protocol version is the protocol version Dryrun was operated under.
Declaration
[AlgoApiField("protocol-version")]
public string ProtocolVersion { get; set; }
Property Value
Txns
Declaration
[AlgoApiField("txns")]
public DryrunTxnResult[] Txns { get; set; }
Property Value
Methods
Equals(DryrunResponse)
Declaration
public bool Equals(DryrunResponse other)
Parameters
Returns