Table of Contents

Class Anonymous

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Name

The field name

[JsonProperty("name", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Name { get; set; }

Property Value

string

Type

The Solidity type (e.g., 'address', 'uint256')

[JsonProperty("type", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Type { get; set; }

Property Value

string