Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddValidatorEvent ¶
type BlockSignature ¶
type BlockSignature struct { SignHash common.Hash // Signature hash,header[0:32] Hash common.Hash // Block hash,header[:] Number *big.Int Signature *common.BlockConfirmSign }
Block's Signature info
func (*BlockSignature) Copy ¶
func (bs *BlockSignature) Copy() *BlockSignature
type CbftResult ¶
type ProducerState ¶
type ProducerState struct {
// contains filtered or unexported fields
}
func (*ProducerState) Add ¶
func (ps *ProducerState) Add(miner common.Address)
func (*ProducerState) Validate ¶
func (ps *ProducerState) Validate(period int) bool
type RemoveValidatorEvent ¶
type UpdateValidatorEvent ¶
type UpdateValidatorEvent struct{}
Click to show internal directories.
Click to hide internal directories.