Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { // MySQL database. DB *sql.DB // The modules of the node. ConsensusSet modules.ConsensusSet Gateway modules.Gateway Manager modules.Manager Portal modules.Portal Provider modules.Provider TransactionPool modules.TransactionPool Wallet modules.Wallet // The directory where all the logs are stored. Dir string }
Node represents a satellite node containing all required modules.
Click to show internal directories.
Click to hide internal directories.