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