package tezos-shell-services

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

Module Tezos_shell_services.Injection_servicesSource

Sourceval block : Tezos_base__TzPervasives.RPC_context.simple -> ?async:bool -> ?force:bool -> ?chain:Chain_services.chain -> Bytes.t -> Tezos_base.Operation.t list list -> (Tezos_base__TzPervasives.Block_hash.t, Tezos_error_monad.TzCore.error list) result Lwt.t

block cctxt ?async ?force raw_block tries to inject raw_block inside the node. If ?async is true, raw_block will be validated before the result is returned. If ?force is true, the block will be injected even on non strictly increasing fitness.

Sourceval operation : Tezos_base__TzPervasives.RPC_context.simple -> ?async:bool -> ?chain:Chain_services.chain -> Bytes.t -> (Tezos_base__TzPervasives.Operation_hash.t, Tezos_error_monad.TzCore.error list) result Lwt.t
Sourceval private_operation : Tezos_base__TzPervasives.RPC_context.simple -> ?async:bool -> ?chain:Chain_services.chain -> Bytes.t -> (Tezos_base__TzPervasives.Operation_hash.t, Tezos_error_monad.TzCore.error list) result Lwt.t
Sourceval protocol : Tezos_base__TzPervasives.RPC_context.simple -> ?async:bool -> Tezos_base.Protocol.t -> (Tezos_base__TzPervasives.Protocol_hash.t, Tezos_error_monad.TzCore.error list) result Lwt.t
Sourcemodule S : sig ... end
OCaml

Innovation. Community. Security.