Versions in this module Expand all Collapse all v1 v1.2.0 Oct 9, 2025 v1.1.0 Apr 1, 2025 Changes in this version + var ErrNodeStopped = errors.New("node not started") + type Config struct + BatchRequestLimit int + BatchResponseMaxSize int + CorethVersion string + ExternalSigner string + InsecureUnlockAllowed bool + KeyStoreDir string + UseLightweightKDF bool + func (c *Config) ExtRPCEnabled() bool + func (c *Config) GetKeyStoreDir() (string, bool, error) + func (c *Config) KeyDirConfig() (string, error) + type Node struct + func New(conf *Config) (*Node, error) + func (n *Node) APIs() []rpc.API + func (n *Node) AccountManager() *accounts.Manager + func (n *Node) Config() *Config