Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection interface { // Consensus returns an interface to the consensus layer. Consensus() consensus.ClientBackend // Control returns an interface to the node control layer. Control() control.NodeController // Runtime returns an interface to the given runtime. Runtime(pt *config.ParaTime) RuntimeClient }
Connection is the general node connection interface.
func ConnectNoVerify ¶ added in v0.3.0
ConnectNoVerify establishes a connection with the target network, omitting the chain context check.
Click to show internal directories.
Click to hide internal directories.