Table of Contents

Class Response23

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll

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

IDictionary<string, object>

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; }

Property Value

ICollection<string>