neoneo-go/pkg/core/native/noderoles/roles.go

13 lines
209 B
Go
Raw Normal View History

package noderoles
// Role represents type of participant.
type Role byte
// Role enumeration.
const (
StateValidator Role = 4
Oracle Role = 8
NeoFSAlphabet Role = 16
P2PNotary Role = 128
)