ligo/src/lib_client_base/client_confirmations.mli

16 lines
768 B
OCaml
Raw Normal View History

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2018. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val wait_for_operation_inclusion:
#Client_context.full ->
?predecessors:int ->
?confirmations:int ->
Operation_hash.t ->
unit tzresult Lwt.t