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
tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65
doc/octez-shell-libs.p2p/Tezos_p2p/P2p_point_state/index.html
Module Tezos_p2p.P2p_point_stateSource
Source
type 'conn t = | Requested of {cancel : Lwt_canceler.t;
}(*We initiated a connection.
*)| Accepted of {current_peer_id : Tezos_base.TzPervasives.P2p_peer.Id.t;cancel : Lwt_canceler.t;
}(*We accepted a incoming connection.
*)| Running of {data : 'conn;current_peer_id : Tezos_base.TzPervasives.P2p_peer.Id.t;
}(*Successfully authenticated connection, normal business.
*)| Disconnected(*No connection established currently.
*)
Source
val set_requested :
timestamp:Tezos_base.TzPervasives.Time.System.t ->
'conn Info.t ->
Lwt_canceler.t ->
unitSource
val set_accepted :
timestamp:Tezos_base.TzPervasives.Time.System.t ->
'conn Info.t ->
Tezos_base.TzPervasives.P2p_peer.Id.t ->
Lwt_canceler.t ->
unitSource
val set_running :
timestamp:Tezos_base.TzPervasives.Time.System.t ->
'conn Info.t ->
Tezos_base.TzPervasives.P2p_peer.Id.t ->
'conn ->
unitSource
val set_disconnected :
timestamp:Tezos_base.TzPervasives.Time.System.t ->
?requested:bool ->
Tezos_p2p_services.Point_reconnection_config.t ->
'conn Info.t ->
unitset_expected_peer_id point_info peer_id associates an expected peer_id to point_info.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>