Table of Contents

Class ContractMetadata

Namespace
Thirdweb
Assembly
Thirdweb.dll

Represents the metadata of a contract.

public class ContractMetadata
Inheritance
ContractMetadata
Inherited Members

Properties

Description

Gets or sets the description of the contract.

[JsonProperty("description")]
public string Description { get; set; }

Property Value

string

Image

Gets or sets the image URL of the contract.

[JsonProperty("image")]
public string Image { get; set; }

Property Value

string

Name

Gets or sets the name of the contract.

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

Symbol

Gets or sets the symbol of the contract.

[JsonProperty("symbol")]
public string Symbol { get; set; }

Property Value

string