Frequently Used Methods
Frequently Used Methods
Frequently Used Methods
Frequently Used Methods
// NewLeadershipServiceFacade constructs a new LeadershipService and presents // a signature that can be used with RegisterStandardFacade. func NewLeadershipServiceFacade( state *state.State, resources *common.Resources, authorizer common.Authorizer, ) (LeadershipService, error) { return NewLeadershipService(state.LeadershipClaimer(), authorizer) }