package octez-injector

  1. Overview
  2. Docs

Module Injector_protocol.MakeSource

Parameters

Signature

Register a protocol client for a specific protocol to be used by the injector.

Return the protocol client for a given protocol.

  • raises Protocol_not_found

    if the protocol is not known by the injector. In this case the injector will not be able to inject operations in blocks of this protocol.

Sourceval registered_proto_clients : unit -> (Tezos_base.TzPervasives.Protocol_hash.t * proto_client) list

Returns the list of protocol clients registered.

Sourceval check_registered_proto_clients : Parameters.state -> (unit, Tezos_base.TzPervasives.tztrace) result

Runs the checks functions on all registered protocol clients for the injector.

OCaml

Innovation. Community. Security.