Variable FullNode.block_handlers

List of handlers for specific actions

class FullNode
{
  // ...
  agora.node.FullNode.FullNode.HandlerInfo!(agora.api.Handlers.BlockExternalizedHandler)[] block_handlers ;
  // ...
}

Contains network client to servers that are interested in a specific event, such as block externalization. Those fields are populated based on the event_handlers configuration section, with one sub-section per event type.

See Also

https

//github.com/bosagora/stoa