Table of Contents

Class Result13

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Address

The deployed contract address.

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

Property Value

string

ChainId

The chain ID where the contract was deployed.

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

Property Value

double

TransactionId

The unique identifier for the transaction that deployed the contract. Will not be returned if the contract was already deployed at the predicted address.

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

Property Value

string