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

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

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

请先 登录 后评论

3 个回答

bcskill.com
请先 登录 后评论
pan
请先 登录 后评论
? or ?
请先 登录 后评论
  • 3 关注
  • 0 收藏,909 浏览
  • ? or ? 提出于 2023-02-15 17:18

相似问题