Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fork ¶
type Fork interface { EncodeSignedMsg(msg *specqbft.SignedMessage) ([]byte, error) DecodeSignedMsg(data []byte) (*specqbft.SignedMessage, error) }
Fork is the interface for fork
Click to show internal directories.
Click to hide internal directories.