package tezos-baking-alpha

  1. Overview
  2. Docs

Pool of prioritized operations

Same record fields as type pool, but with a different set base

val of_pool : pool -> t

of_pool pool transforms pool into a prioritized pool of operations of low priority.

val merge_external_operations : t -> Tezos_protocol_alpha.Protocol.Alpha_context.packed_operation list -> t

merge_external_operations pool extern_ops creates a prioritized pool from a pool and extern_ops coming from an external source, which we prioritize.

val add_operations : t -> Prioritized_operation.t list -> t
OCaml

Innovation. Community. Security.