Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
cmn.BaseService
// contains filtered or unexported fields
}
func (*Node) EventSwitch ¶
func (n *Node) EventSwitch() types.EventSwitch
func (*Node) MiningPool ¶ added in v0.4.3
func (n *Node) MiningPool() *miningpool.MiningPool
func (*Node) RunForever ¶
func (n *Node) RunForever()
func (*Node) SyncManager ¶ added in v0.4.3
func (n *Node) SyncManager() *netsync.SyncManager
type NodeGreeting ¶
type PrivNodeID ¶
func (*PrivNodeID) SignGreeting ¶
func (pnid *PrivNodeID) SignGreeting() *SignedNodeGreeting
type SignedNodeGreeting ¶
type SignedNodeGreeting struct {
NodeGreeting
Signature crypto.Signature
}
Click to show internal directories.
Click to hide internal directories.