DeployedContract constructor
DeployedContract(
- ContractAbi abi,
- XCBAddress address
Implementation
DeployedContract(this.abi, this.address);
DeployedContract(this.abi, this.address);