github.com/okex/exchain@v1.8.0/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  }