Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForkV0 ¶
type ForkV0 struct { }
ForkV0 is the genesis fork for controller
func (ForkV0) DecodeSignedMsg ¶
func (f ForkV0) DecodeSignedMsg(data []byte) (*message.SignedMessage, error)
DecodeSignedMsg decodes the v0 message and converts it to v1
func (ForkV0) EncodeSignedMsg ¶
func (f ForkV0) EncodeSignedMsg(msg *message.SignedMessage) ([]byte, error)
EncodeSignedMsg converts the message to v0 and encodes the message
Click to show internal directories.
Click to hide internal directories.