Table of Contents

Class Response17

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Response17
Inheritance
Response17
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Result

Array of results corresponding to each contract read call. Results are returned in the same order as the input calls.

[JsonProperty("result", Required = Required.Always)]
[Required]
public ICollection<Result14> Result { get; set; }

Property Value

ICollection<Result14>