package octez-protocol-020-PsParisC-libs

  1. Overview
  2. Docs
Octez protocol 020-PsParisC libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-protocol-020-PsParisC-libs.baking/Tezos_baking_020_PsParisC/Operation_pool/Prioritized_operation/index.html

Module Operation_pool.Prioritized_operationSource

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

prioritize operations coming from a node

Sourceval packed : t -> Tezos_protocol_020_PsParisC.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.