Class DeployedContract
Nebula representation of a smart contract.
public class DeployedContract
- Inheritance
-
DeployedContract
- Inherited Members
Properties
Address
[JsonProperty("address")]
public string Address { get; set; }
Property Value
ChainId
[JsonProperty("chain_id")]
public BigInteger ChainId { get; set; }
Property Value
ContractType
[JsonProperty("contract_type")]
public string ContractType { get; set; }
Property Value
Name
[JsonProperty("name")]
public string Name { get; set; }