以下契约使用接口方法(更改代码)调用另一个契约: function setStorageValue(uint256) external; uint256 storageValue;
storage = _storageValue;
function initStorage(MyStorage store) public payable
以下契约使用接口方法(更改代码)调用另一个契约: function setStorageValue(uint256) external; uint256 storageValue;
storage = _storageValue;
function initStorage(MyStorage store) public payable