Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { // The modules of the node. ChainManager *chain.Manager Syncer modules.Syncer Manager modules.Manager Portal modules.Portal Provider modules.Provider Wallet modules.Wallet // The start function. Start func() (stop func()) // contains filtered or unexported fields }
Node represents a satellite node containing all required modules.
Click to show internal directories.
Click to hide internal directories.