Mavryk_raw_protocol_001_PtAtLas.Dal_services
val shards :
Alpha_context.t ->
level:Alpha_context.Raw_level.t ->
(Mavryk_protocol_environment_001_PtAtLas.Signature.Public_key_hash.t
* (int * int))
list
Mavryk_protocol_environment_001_PtAtLas.Error_monad.tzresult
Mavryk_protocol_environment_001_PtAtLas.Lwt.t
shards ctxt ~level
returns the DAL committee as an association list that associates to the public key hash pkh
of the member of the committee an interval (s,n)
, meaning that the slots s;s+1;...;s+n-1
belongs to pkh
. It is guaranteed that n>0
.