Versions in this module Expand all Collapse all v0 v0.5.1 Sep 13, 2023 v0.5.0 Aug 11, 2023 Changes in this version + func GetNodeHeightDB(home string) (int64, error) + type Node struct + DaemonPath string + HomePath string + Mode string + PId int + Seeds string + func NewNode(daemonPath string, homePath string, seeds string, mode string) *Node + func (n *Node) GetNodeHeightURL(recursionDepth int) (int64, error) + func (n *Node) ShutdownNode(p2p bool) error + func (n *Node) Start(flags string) error