Tezos_shell_services.Chain_services
val parse_chain : string -> (chain, string) Stdlib.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 : Stdlib.Int32.t;
errors : Tezos_base.TzPervasives.error list;
}
type prefix = unit * chain
type protocol_info = {
protocol : Tezos_base.TzPervasives.Protocol_hash.t;
proto_level : int;
activation_block : Tezos_base.TzPervasives.Block_hash.t * int32;
}
type active_peers_info = {
peer_id : Tezos_base.P2p_peer.Id.t;
block_hash : Tezos_base.TzPervasives.Block_hash.t;
block_level : Stdlib.Int32.t;
}
module Delegators_contribution_errors : sig ... end
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
module Mempool = Block_services.Empty.Mempool
module Levels : sig ... end
module Blocks : sig ... end
module Invalid_blocks : sig ... end
module Protocols : sig ... end
module S : sig ... end