Module node

Module node 

Source
Expand description

§Native Node

This module provides the native platform implementation of the Mina node.

It specializes the generic mina_node_common::Node with the native NodeService and provides NodeBuilder for configuring and constructing nodes with P2P networking, block production, HTTP server, and other components.

Re-exports§

pub use builder::*;

Modules§

builder 🔒
Node builder for configuring and constructing native Mina nodes.

Type Aliases§

Node
Native node type alias, combining the common node logic with native services.