octez-shell-libs.shell-services
Tezos_shell_services.Chain_services
octez-shell-libs.client-base
octez-shell-libs.client-base-unix
octez-shell-libs.client-commands
octez-shell-libs.context-ops
octez-shell-libs.mocked
octez-shell-libs.mockup
octez-shell-libs.mockup-commands
octez-shell-libs.mockup-proxy
octez-shell-libs.mockup-registration
octez-shell-libs.p2p
octez-shell-libs.p2p_test_common
octez-shell-libs.protocol-updater
octez-shell-libs.proxy
octez-shell-libs.shell
octez-shell-libs.shell-benchmarks
octez-shell-libs.shell-context
octez-shell-libs.signer-backends
octez-shell-libs.signer-services
octez-shell-libs.store
octez-shell-libs.validation
tezos_proxy_rpc
tezos_signer_backends_unix
tezos_store_real
tezos_store_shared
tezos_store_unix
tezos_store_unix_reconstruction
tezos_store_unix_snapshots
type chain = [
| `Main
| `Test
| `Hash of Tezos_base.TzPervasives.Chain_id.t
]
val parse_chain : string -> (chain, string) result
val to_string : chain -> string
val chain_arg : chain Tezos_rpc.Arg.t
type invalid_block = {
hash : Tezos_base.TzPervasives.Block_hash.t;
level : Int32.t;
errors : Tezos_base.TzPervasives.error list;
}
type prefix = unit * chain
val path : (unit, prefix) Tezos_rpc.Path.path
val chain_id : Tezos_rpc.Context.simple -> ?chain:chain -> unit -> Tezos_base.TzPervasives.Chain_id.t Tezos_base.TzPervasives.tzresult Lwt.t
val checkpoint : Tezos_rpc.Context.simple -> ?chain:chain -> unit -> (Tezos_base.Block_header.t * int32 * int32 * History_mode.t) Tezos_base.TzPervasives.tzresult Lwt.t
module Mempool = Block_services.Empty.Mempool
module Levels : sig ... end
module Blocks : sig ... end
module Invalid_blocks : sig ... end
module S : sig ... end