github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/tendermint/abci/types/upgrade.go (about) 1 package types 2 3 4 type UpgradeReq struct { 5 6 } 7 8 type UpgradeResp struct { 9 ModuleResults []*ModuleUpgradeResp 10 } 11 12 type ModuleUpgradeResp struct { 13 14 }