package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type T = sig ... end
type t = (module T)

get hash searches the protocol of the given hash in the registered protocols. This function also activates the logging facilty of the returned protocol.

Same as get but with the result return type.

module Register_embedded_V0 (Env : Tezos_protocol_environment.V0.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V1 (Env : Tezos_protocol_environment.V1.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V2 (Env : Tezos_protocol_environment.V2.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation = Proto.operation and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V3 (Env : Tezos_protocol_environment.V3.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation = Proto.operation and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V4 (Env : Tezos_protocol_environment.V4.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation = Proto.operation and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V5 (Env : Tezos_protocol_environment.V5.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation = Proto.operation and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V6 (Env : Tezos_protocol_environment.V6.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation = Proto.operation and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V7 (Env : Tezos_protocol_environment.V7.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation = Proto.operation and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V8 (Env : Tezos_protocol_environment.V8.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation = Proto.operation and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V9 (Env : Tezos_protocol_environment.V9.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation = Proto.operation and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V10 (Env : Tezos_protocol_environment.V10.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation = Proto.operation and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
module Register_embedded_V11 (Env : Tezos_protocol_environment.V11.T) (Proto : Env.Updater.PROTOCOL) (Source : sig ... end) : T with type block_header_data = Proto.block_header_data and type operation_data = Proto.operation_data and type operation = Proto.operation and type operation_receipt = Proto.operation_receipt and type validation_state = Proto.validation_state
OCaml

Innovation. Community. Security.