Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Evidence ¶
type Evidence interface { //Verify(ecdsa.PublicKey) error Equal(Evidence) bool //return lowest number BlockNumber() uint64 Epoch() uint64 ViewNumber() uint64 Hash() []byte Address() common.Address NodeID() discover.NodeID BlsPubKey() *bls.PublicKey Validate() error Type() EvidenceType ValidateMsg() bool }
type EvidencePool ¶
type EvidenceType ¶
type EvidenceType uint8
Click to show internal directories.
Click to hide internal directories.