Versions in this module Expand all Collapse all v2 v2.0.1 Jul 21, 2024 Changes in this version + const RoleTypeMember + const RoleTypePeer + type KeyEndorsementPolicy interface + AddOrgs func(roleType RoleType, organizations ...string) error + DelOrgs func(organizations ...string) + ListOrgs func() []string + Policy func() ([]byte, error) + func NewStateEP(policy []byte) (KeyEndorsementPolicy, error) + type RoleType string + type RoleTypeDoesNotExistError struct + RoleType RoleType + func (r *RoleTypeDoesNotExistError) Error() string