Class Result13
public class Result13
- Inheritance
-
Result13
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Address
The deployed contract address.
[JsonProperty("address", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Address { get; set; }
Property Value
ChainId
The chain ID where the contract was deployed.
[JsonProperty("chainId", Required = Required.Always)]
public double ChainId { get; set; }
Property Value
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; }