Module local_node

Module local_node 

Source
Expand description

Exports to build a running local node.

Structs§

Executor
Consumers of the executor are required to poll for new changes in order to be notified of changes or can alternatively use the notification channel.
NodeConfig
When instancing a node you can either join an existing network or bootstrap a new network with a listener which will act as the initial provider. This initial peer will be listening at the provided port and assigned IP. If those are not free the instancing process will return an error.

Enums§

OperationMode