Documentation ¶
Index ¶
- type FixedRolacle
- func (fo *FixedRolacle) Eligible(layer types.LayerID, round int32, committeeSize int, id types.NodeId, ...) (bool, error)
- func (fo *FixedRolacle) Export(id uint32, committeeSize int) map[string]struct{}
- func (fo *FixedRolacle) IsIdentityActiveOnConsensusView(edId string, layer types.LayerID) (bool, error)
- func (fo *FixedRolacle) Proof(layer types.LayerID, round int32) ([]byte, error)
- func (fo *FixedRolacle) Register(isHonest bool, client string)
- func (fo *FixedRolacle) Unregister(isHonest bool, client string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FixedRolacle ¶
type FixedRolacle struct {
// contains filtered or unexported fields
}
func New ¶
func New() *FixedRolacle
func (*FixedRolacle) Export ¶
func (fo *FixedRolacle) Export(id uint32, committeeSize int) map[string]struct{}
func (*FixedRolacle) IsIdentityActiveOnConsensusView ¶
func (*FixedRolacle) Register ¶
func (fo *FixedRolacle) Register(isHonest bool, client string)
func (*FixedRolacle) Unregister ¶
func (fo *FixedRolacle) Unregister(isHonest bool, client string)
Click to show internal directories.
Click to hide internal directories.