Module Dal_plugin_registration.Plugin

type Tezos_base.TzPervasives.error +=
  1. | Aggregation_result_size_error
val get_block_offset : offset:int -> Tezos_protocol_alpha.Protocol.Alpha_context.Raw_level.raw_level -> [> `Head of int ] Lwt.t
val block_info : ?chain:[ `Main | `Test | `Hash of Tezos_base.TzPervasives.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_base.TzPervasives.Block_hash.t * int | `Level of Stdlib.Int32.t ] -> operations_metadata:[ `Always | `Never ] -> Tezos_rpc.Context.generic -> Tezos_client_alpha.Protocol_client_context.Alpha_block_services.block_info Tezos_base.TzPervasives.tzresult Lwt.t
val get_published_slot_headers : block_level:Stdlib.Int32.t -> Tezos_rpc.Context.generic -> (Tezos_dal_node_lib.Dal_plugin.slot_header list, Tezos_base.TzPervasives.Error_monad.tztrace) Stdlib.result Lwt.t
val get_attestations : block_level:Stdlib.Int32.t -> Tezos_rpc.Context.generic -> ((Tezos_protocol_alpha.Protocol.Alpha_context.Slot.t * Tezos_crypto__Signature.V_latest.public_key_hash option * attestation_operation * dal_attestation option) list, Tezos_base.TzPervasives.tztrace) Stdlib.result Lwt.t
val get_committee : Tezos_rpc.Context.generic -> level:int32 -> (int list Tezos_crypto.Signature.Public_key_hash.Map.t, Tezos_base.TzPervasives.tztrace) Stdlib.result Lwt.t
val is_attested : Tezos_protocol_alpha.Environment.Bitset.t -> int -> bool
val number_of_attested_slots : Tezos_protocol_alpha.Environment.Bitset.t -> int
val is_delegate : Tezos_rpc.Context.generic -> pkh:Tezos_crypto__Signature.V_latest.public_key_hash -> (bool, Tezos_error_monad.Error_monad.tztrace) Stdlib.result Lwt.t
module Skip_list : sig ... end
module RPC : sig ... end