github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/common/actor_entity.go (about)

     1  package common
     2  
     3  type NodeLH struct {
     4  	NodeId   string
     5  	LeagueId Address
     6  	Height   uint64
     7  }