package tezos-protocol-environment

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Mock_all_unit : Tezos_protocol_environment.PROTOCOL with type block_header_data = unit and type operation_data = unit and type operation_receipt = unit and type validation_state = unit

An implementation of Tezos_protocol_environment.PROTOCOL used in tests. It sets all types to unit and implement all functions as assert false. Users of this module should include it and override the functions they need.

OCaml

Innovation. Community. Security.