Mina_intf
module type Security_intf = sig ... end
module type Snark_pool_proof_intf = sig ... end
module type CONTEXT = sig ... end
module type Transition_handler_validator_intf = sig ... end
module type Breadcrumb_builder_intf = sig ... end
module type Transition_handler_processor_intf = sig ... end
module type Unprocessed_transition_cache_intf = sig ... end
module type Transition_handler_intf = sig ... end
module type Best_tip_prover_intf = sig ... end
Interface that allows a peer to prove their best_tip in the transition_frontier
module type Consensus_best_tip_prover_intf = sig ... end
Interface that allows a peer to prove their best_tip in the transition_frontier based off of a condition on the consensus_state from the requesting node
module type Sync_handler_intf = sig ... end
module type Transition_chain_prover_intf = sig ... end
module type Bootstrap_controller_intf = sig ... end
module type Transition_frontier_controller_intf = sig ... end
module type Transition_router_intf = sig ... end