Crate mina_node_native

Crate mina_node_native 

Source
Expand description

§Native Node Library

Platform-specific implementation of the Mina node for native targets (Linux, macOS, Windows).

This crate provides:

Used by the CLI (cli crate) to instantiate and run nodes with RPC servers.

Modules§

archive
block_producer
graphql
http_server
node 🔒
Native Node
p2p
record
replay
replayer 🔒
rpc
RPC Service Layer
service 🔒
snark_worker
tracing

Structs§

EventReceiver
NodeBuilder
Builder for constructing a native Mina node with fluent API.
NodeService
NodeServiceBuilder
NodeServiceCommonBuilder
P2pTaskSpawner

Enums§

NodeServiceBuildError
NodeServiceCommonBuildError

Functions§

replay_state_with_input_actions

Type Aliases§

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