Table of Contents

Class Data2

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Chain_id

[JsonProperty("chain_id", Required = Required.Always)]
public double Chain_id { get; set; }

Property Value

double

Data

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

Property Value

string

Function

[JsonProperty("function", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Function { get; set; }

Property Value

string

To

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

Property Value

string

Value

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

Property Value

string