Documentation ¶
Index ¶
- type Daemon
- func (d *Daemon) ConnectDirectly(e *Daemon) error
- func (d *Daemon) DB_TESTONLY() *database.Database
- func (d *Daemon) Jrpc_TESTONLY() *api.JrpcMethods
- func (d *Daemon) Key() crypto.PrivKey
- func (d *Daemon) LocalClient() (connections.ABCIClient, error)
- func (d *Daemon) Node_TESTONLY() *node.Node
- func (d *Daemon) Start() (err error)
- func (d *Daemon) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
type Daemon struct { Config *config.Config Logger tmlog.Logger // knobs for tests // IsTest bool UseMemDB bool // contains filtered or unexported fields }
func (*Daemon) ConnectDirectly ¶ added in v0.5.1
func (*Daemon) DB_TESTONLY ¶
func (*Daemon) Jrpc_TESTONLY ¶
func (d *Daemon) Jrpc_TESTONLY() *api.JrpcMethods
func (*Daemon) LocalClient ¶ added in v1.0.0
func (d *Daemon) LocalClient() (connections.ABCIClient, error)
func (*Daemon) Node_TESTONLY ¶
Click to show internal directories.
Click to hide internal directories.