2018-04-22 12:50:34 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* 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 ->
|
2018-04-16 02:44:24 +04:00
|
|
|
chain:Chain_services.chain ->
|
2018-04-22 12:50:34 +04:00
|
|
|
?predecessors:int ->
|
|
|
|
?confirmations:int ->
|
|
|
|
Operation_hash.t ->
|
|
|
|
unit tzresult Lwt.t
|