package tezos-protocol-demo-noops

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Tezos Protocol Implementation - Protocol Signature Instance

include Tezos_protocol_environment_demo_noops.Updater.PROTOCOL with type block_header_data = string
val max_block_length : int
val max_operation_data_length : int
type block_header_data = string
type block_header_metadata
type operation_data
type operation_receipt
val acceptable_pass : operation -> int option
type mode =
  1. | Application of block_header
  2. | Partial_validation of block_header
  3. | Construction of {
    1. predecessor_hash : Tezos_protocol_environment_demo_noops.Block_hash.t;
    2. timestamp : Tezos_protocol_environment_demo_noops.Time.t;
    3. block_header_data : block_header_data;
    }
  4. | Partial_construction of {
    1. predecessor_hash : Tezos_protocol_environment_demo_noops.Block_hash.t;
    2. timestamp : Tezos_protocol_environment_demo_noops.Time.t;
    }
type validation_state
type application_state
module Mempool : sig ... end
OCaml

Innovation. Community. Security.