package octez-shell-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Octez shell libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053
doc/octez-shell-libs.p2p/Tezos_p2p/P2p_peer_state/index.html
Module Tezos_p2p.P2p_peer_stateSource
Source
type ('conn, 'conn_meta) t = | Accepted of {current_point : Tezos_base.TzPervasives.P2p_connection.Id.t;cancel : Lwt_canceler.t;
}(*We accepted a incoming connection, we greeted back and we are waiting for an acknowledgment.
*)| Running of {data : 'conn;conn_metadata : 'conn_meta;current_point : Tezos_base.TzPervasives.P2p_connection.Id.t;
}(*Successfully authenticated connection, normal business.
*)| Disconnected(*No connection established currently.
*)
Source
val set_accepted :
timestamp:Tezos_base.TzPervasives.Time.System.t ->
('conn, 'peer_meta, 'conn_meta) Info.t ->
Tezos_base.TzPervasives.P2p_connection.Id.t ->
Lwt_canceler.t ->
unitSource
val set_running :
timestamp:Tezos_base.TzPervasives.Time.System.t ->
('conn, 'peer_meta, 'conn_meta) Info.t ->
Tezos_base.TzPervasives.P2p_connection.Id.t ->
'conn ->
'conn_meta ->
unitSource
val set_disconnected :
timestamp:Tezos_base.TzPervasives.Time.System.t ->
?requested:bool ->
('conn, 'peer_meta, 'conn_meta) Info.t ->
unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>