github.com/lino-network/lino@v0.6.11/x/vote/types/events.go (about)

     1  package types
     2  
     3  import (
     4  	linotypes "github.com/lino-network/lino/types"
     5  )
     6  
     7  // UnassignDutyEvent - unassign duty needs a grace period and after that
     8  // duty and frozen money will be cleared.
     9  type UnassignDutyEvent struct {
    10  	Username linotypes.AccountKey `json:"username"`
    11  }