Module Mavryk_layer2_utils_alpha.Layer1_services

val process_manager_operations : 'a -> Mavryk_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 -> Mavryk_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.