Versions in this module Expand all Collapse all v0 v0.2.0 Oct 15, 2025 v0.1.0 Oct 12, 2025 Changes in this version + type Node struct + func NewNode(genDoc *genesis.Genesis, conf *config.Config, valKeys []*bls.ValidatorKey, ...) (*Node, error) + func (n *Node) ConsManager() manager.ManagerReader + func (n *Node) GRPC() *grpc.Server + func (n *Node) Network() network.Network + func (n *Node) Start() error + func (n *Node) State() state.Facade + func (n *Node) Stop() + func (n *Node) Sync() sync.Synchronizer