Class Output
public class Output
- Inheritance
-
Output
- Inherited Members
Properties
Abi
Contract ABI (Application Binary Interface) as an array of function/event/error definitions.
[JsonProperty("abi", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<object> Abi { get; set; }
Property Value
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Devdoc
Developer documentation extracted from contract comments.
[JsonProperty("devdoc", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, object> Devdoc { get; set; }
Property Value
Userdoc
User documentation extracted from contract comments.
[JsonProperty("userdoc", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, object> Userdoc { get; set; }