Table of Contents

Class Metadata2

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

BytecodeHash

Hash method used for bytecode metadata.

[JsonProperty("bytecodeHash", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string BytecodeHash { get; set; }

Property Value

string