Versions in this module Expand all Collapse all v0 v0.13.8 Nov 15, 2024 Changes in this version + var DefaultConfig = Config + 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