21 lines
929 B
OCaml
Raw Normal View History

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