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. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
|
|
|
open Proto_alpha
|
|
|
|
open Alpha_context
|
|
|
|
|
|
|
|
val pp_internal_operation:
|
2018-04-30 21:06:06 +04:00
|
|
|
Format.formatter -> packed_internal_operation -> unit
|
2018-04-22 12:50:34 +04:00
|
|
|
|
|
|
|
val pp_operation_result:
|
2018-04-30 21:06:06 +04:00
|
|
|
Format.formatter ->
|
|
|
|
('kind contents_list * 'kind Apply_operation_result.contents_result_list) -> unit
|