Class Response23
Contract ABI signatures in human-readable format. These signatures can be used directly with contract interaction methods.
public class Response23
- Inheritance
-
Response23
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Result
Array of human-readable ABI signatures including functions and events. Each signature is formatted as a string that can be used directly in contract read/write operations or event filtering.
[JsonProperty("result", Required = Required.Always)]
[Required]
public ICollection<string> Result { get; set; }