package octez-protocol-017-PtNairob-libs

  1. Overview
  2. Docs
Octez protocol 017-PtNairob libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

doc/octez-protocol-017-PtNairob-libs.baking/Tezos_baking_017_PtNairob/Operation_pool/Prioritized_operation/index.html

Module Operation_pool.Prioritized_operationSource

Sourcetype t
Sourceval extern : ?priority:int -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.packed_operation -> 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.

Sourceval node : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.packed_operation -> t

prioritize operations coming from a node

Sourceval packed : t -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.packed_operation

packed t retrieves the packed_operation wrapped inside t

Sourceval compare_priority : t -> t -> int

compare_priority o1 o2 compares whether o1 has higher priority than o2

Sourceval compare : t -> t -> int

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

OCaml

Innovation. Community. Security.