Table of Contents

Class Response37

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Address

The address the token was deployed at

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

Property Value

string

TransactionId

The in-progress deployment transaction ID.

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

Property Value

string