package octez-protocol-018-Proxford-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

prioritize operations coming from an external source (file, uri, ...). An operation with higher priority (aka a bigger integer) will be included before others with lower priority.

prioritize operations coming from a node

packed t retrieves the packed_operation wrapped inside t

val compare_priority : t -> t -> int

compare_priority o1 o2 compares whether o1 has higher priority than o2

val compare : t -> t -> int

compare is compare_priority when non-zero. This is suitable to construct sets of prioritized operations *

OCaml

Innovation. Community. Security.