Class DryrunResponse
Inheritance
object
DryrunResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class DryrunResponse
Properties
| Improve this Doc View SourceError
Declaration
[JsonProperty("error", Required = Required.Always)]
[Required]
public string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
ProtocolVersion
Declaration
[JsonProperty("protocol-version", Required = Required.Always)]
[Required]
public string ProtocolVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Txns
Declaration
[JsonProperty("txns", Required = Required.Always)]
[Required]
public ICollection<DryrunTxnResult> Txns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><DryrunTxnResult> |
Methods
| Improve this Doc View SourceFromJson(string)
Declaration
public static DryrunResponse FromJson(string data)
Parameters
Type | Name | Description |
---|---|---|
string | data |
Returns
Type | Description |
---|---|
DryrunResponse |
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
string |