ligo/test/proto_alpha_isolate_helpers/helpers_services.mli

19 lines
935 B
OCaml
Raw Normal View History

2018-01-16 01:09:25 +04:00
(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2016. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
(** Wrappers around Services_registration calls *)
val endorsement_rights :
tc:Proto_alpha.Tezos_context.context -> unit ->
(int * Tezos_context.public_key_hash) list tzresult Lwt.t
val baking_rights :
tc:Proto_alpha.Tezos_context.context -> unit ->
(int * Tezos_context.public_key_hash) list tzresult Lwt.t