github.com/koko1123/flow-go-1@v0.29.6/consensus/hotstuff/model/newview.go (about)

     1  package model
     2  
     3  // NewViewEvent is the new view event that contains the new view.
     4  type NewViewEvent struct {
     5  	View uint64
     6  }