Mina_intfmodule type Security_intf = sig ... endmodule type Snark_pool_proof_intf = sig ... endmodule type CONTEXT = sig ... endmodule type Transition_handler_validator_intf = sig ... endmodule type Breadcrumb_builder_intf = sig ... endmodule type Transition_handler_processor_intf = sig ... endmodule type Unprocessed_transition_cache_intf = sig ... endmodule type Transition_handler_intf = sig ... endmodule type Best_tip_prover_intf = sig ... endInterface that allows a peer to prove their best_tip in the transition_frontier
module type Consensus_best_tip_prover_intf = sig ... endInterface 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 ... endmodule type Transition_chain_prover_intf = sig ... endmodule type Bootstrap_controller_intf = sig ... endmodule type Transition_frontier_controller_intf = sig ... endmodule type Transition_router_intf = sig ... end