请问struct和映射在已经部署的合约中,外部合约实例接口引用,会不会改变已有值?

whalehat whalehat 提出于 2023-02-15 17:18 3202 浏览

例如: //紧急事件响应 struct emergencyResponse{ uint256 responseNameId; //响应事件Id uint256 communityResponseVotes; //社区响应投票 uint256 supervisorResponseVotes; //审查者响应投票 } emergencyResponse[] public _emergencyResponse;

//接收者对某事务的证据 mapping(address=>mapping(string=>string))public pointSubmitEvidence;

3 个回答

trustivon.com 2023-02-16 09:28

写回答

你需要登录后才可以回答问题,登录