Documentation ¶ Index ¶ type Node func NewNode(genDoc *genesis.Genesis, conf *config.Config, signer crypto.Signer) (*Node, error) func (n *Node) Consensus() consensus.Reader func (n *Node) Start() error func (n *Node) State() state.Facade func (n *Node) Stop() func (n *Node) Sync() sync.Synchronizer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Node ¶ type Node struct { // contains filtered or unexported fields } func NewNode ¶ func NewNode(genDoc *genesis.Genesis, conf *config.Config, signer crypto.Signer) (*Node, error) func (*Node) Consensus ¶ func (n *Node) Consensus() consensus.Reader func (*Node) Start ¶ func (n *Node) Start() error func (*Node) State ¶ func (n *Node) State() state.Facade func (*Node) Stop ¶ func (n *Node) Stop() func (*Node) Sync ¶ func (n *Node) Sync() sync.Synchronizer Source Files ¶ View all Source files node.go Directories ¶ Show internal Expand all Path Synopsis config Click to show internal directories. Click to hide internal directories.