Class Response37
public class Response37
- Inheritance
-
Response37
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Address
The address the token was deployed at
[JsonProperty("address", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Address { get; set; }
Property Value
TransactionId
The in-progress deployment transaction ID.
[JsonProperty("transactionId", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string TransactionId { get; set; }