Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Type MessageType Host string Match MessageMatch CounterUpdate MessageCounterUpdate }
type MessageCounterUpdate ¶
type MessageCounterUpdate struct {
Num uint64
}
type MessageMatch ¶
type MessageMatch struct {
PrivateKey vanitykeygen.PrivateKeyBytes
}
type MessageType ¶
type MessageType int
const ( MessageTypeNull MessageType = iota MessageTypeMatch MessageTypeCounterUpdate )
Click to show internal directories.
Click to hide internal directories.