package octez-protocol-alpha-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val process_manager_operations : 'a -> Tezos_client_alpha.Protocol_client_context.Alpha_block_services.operation list list -> 'a operation_processor -> 'a

process_manager_operations accu operations operator folds over the list of manager operations in operations applying operator to transform accu along the way.

val process_applied_manager_operations : 'a -> Tezos_client_alpha.Protocol_client_context.Alpha_block_services.operation list list -> 'a successful_operation_processor -> 'a

process_applied_manager_operations accu operations operator folds over the list of applied manager operations in operations applying operator to transform accu along the way.

OCaml

Innovation. Community. Security.