Module running_node

Source
Available on non-WebAssembly only.
Expand description

After a node catches-up with the network, we can start listening for new blocks, handing any request our user might make and keep our peers alive. This mode requires way less bandwidth and CPU to run, being bound by the number of blocks found in a given period.

Structsยง

RunningNode