Module agora.node.Runner

Contains a function which instantiates either a FullNode or a Validator.

Functions

NameDescription
runNode(config, result) Boots up a FullNode or Validator that listens for network requests and blockchain data.

Aliases

NameTypeDescription
Listeners std.typecons.Tuple!(agora.node.FullNode.FullNode,"node",agora.node.admin.AdminInterface.AdminInterface,"admin",agora.flash.Node.FlashNode,"flash",vibe.http.server.HTTPListener[],"http",vibe.core.net.TCPListener[],"tcp")