package octez-shell-libs
Octez shell libraries
Install
Dune Dependency
Authors
Maintainers
Sources
octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053
doc/octez-shell-libs.shell-services/Tezos_shell_services/Prevalidator_worker_state/Request/index.html
Module Prevalidator_worker_state.Request
Source
Source
type ('a, 'b) t =
| Flush : Tezos_base.TzPervasives.Block_hash.t * Chain_validator_worker_state.update * Tezos_base.TzPervasives.Block_hash.Set.t * Tezos_base.TzPervasives.Operation_hash.Set.t -> (unit, Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace) t
(*The chain changed, the mempool is being notified of the new state.
*)| Notify : Tezos_base.P2p_peer.Id.t * Tezos_base.Mempool.t -> (unit, Tezos_base.TzPervasives.Empty.t) t
(*The given peer sent this mempool.
*)| Leftover : (unit, Tezos_base.TzPervasives.Empty.t) t
(*Operations not yet processed should be processed.
*)| Inject : {
op : Tezos_base.Operation.t;
force : bool;
} -> (unit, Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace) t
(*Operation has been locally injected (sent) to the node.
*)| Arrived : Tezos_base.TzPervasives.Operation_hash.t * Tezos_base.Operation.t -> (unit, Tezos_base.TzPervasives.Empty.t) t
(*Operation was fetched by the node.
*)| Advertise : (unit, Tezos_base.TzPervasives.Empty.t) t
(*Current mempool should be advertised to all known peers.
*)| Ban : Tezos_base.TzPervasives.Operation_hash.t -> (unit, Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace) t
(*User requested the node to ban operation with this hash.
*)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>