github.com/okex/exchain@v1.8.0/libs/tendermint/types/events_cm40.go (about)

     1  package types
     2  
     3  import (
     4  	abci "github.com/okex/exchain/libs/tendermint/abci/types"
     5  )
     6  
     7  type CM40EventDataNewBlock struct {
     8  	Block *CM40Block `json:"block"`
     9  
    10  	ResultBeginBlock abci.ResponseBeginBlock `json:"result_begin_block"`
    11  	ResultEndBlock   abci.ResponseEndBlock   `json:"result_end_block"`
    12  }