Table of Contents

Class Response22

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll

Contract metadata from the thirdweb contract metadata service.

public class Response22
Inheritance
Response22
Inherited Members

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Result

[JsonProperty("result", Required = Required.Always)]
[Required]
public Result19 Result { get; set; }

Property Value

Result19