Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SolutionMagic = []byte{'s', 'o', 'l', 'v'}
SolutionMagic is the marker for packets containing a solution
Functions ¶
This section is empty.
Types ¶
type SolContainer ¶
type SolContainer struct {
simplebuffer.Container
}
func GetSolContainer ¶
func GetSolContainer(b *wire.MsgBlock) *SolContainer
func LoadSolContainer ¶
func LoadSolContainer(b []byte) (out *SolContainer)
func (*SolContainer) GetMsgBlock ¶
func (sC *SolContainer) GetMsgBlock() *wire.MsgBlock
Click to show internal directories.
Click to hide internal directories.