Versions in this module Expand all Collapse all v1 v1.1.0 Jun 19, 2022 v1.0.0 Jun 19, 2022 Changes in this version + const DefaultGraphQLHost + const DefaultGraphQLPort + const DefaultHTTPHost + const DefaultHTTPPort + const DefaultWSHost + const DefaultWSPort + var DefaultConfig = Config + var ErrNodeStopped = errors.New("node not started") + func DefaultHTTPEndpoint() string + func DefaultWSEndpoint() string + type Config struct + DijethhVersion string + ExternalSigner string + GraphQLCors []string + GraphQLVirtualHosts []string + HTTPCors []string + HTTPHost string + HTTPModules []string + HTTPPort int + HTTPTimeouts rpc.HTTPTimeouts + HTTPVirtualHosts []string + InsecureUnlockAllowed bool + KeyStoreDir string + UseLightweightKDF bool + WSExposeAll bool + WSHost string + WSModules []string + WSOrigins []string + WSPort int + func (c *Config) ExtRPCEnabled() bool + func (c *Config) HTTPEndpoint() string + func (c *Config) KeyDirConfig() (string, error) + func (c *Config) WSEndpoint() string + 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