Skip to main content

Crate miden_node_block_producer

Crate miden_node_block_producer 

Source

Re-exports§

pub use server::BlockProducer;

Modules§

server
store

Constants§

COMPONENT
The name of the block producer component.
DEFAULT_BATCH_INTERVAL
How often a batch is created.
DEFAULT_BLOCK_INTERVAL
How often a block is created.
DEFAULT_MAX_BATCHES_PER_BLOCK
Maximum number of batches per block.
DEFAULT_MAX_TXS_PER_BATCH
The number of transactions per batch.
DEFAULT_MEMPOOL_TX_CAPACITY
The default transaction capacity of the mempool.