package tezos-protocol-alpha
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Tezos protocol alpha package
Install
dune-project
Dependency
Authors
Maintainers
Sources
octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053
doc/tezos_raw_protocol_alpha/Tezos_raw_protocol_alpha/Time_repr/index.html
Module Tezos_raw_protocol_alpha.Time_reprSource
include module type of struct include Tezos_protocol_environment_alpha.Time end
val of_seconds : int64 -> tval to_seconds : t -> int64val of_notation : string -> t optionval of_notation_exn : string -> tval to_notation : t -> stringval encoding : t Tezos_protocol_environment_alpha.Data_encoding.tval rfc_encoding : t Tezos_protocol_environment_alpha.Data_encoding.tval pp_hum : Tezos_protocol_environment_alpha.Format.formatter -> t -> unitPretty-prints the time stamp using RFC3339 format.
Parses RFC3339 representation and returns a timestamp.
Source
val (+?) :
time ->
Period_repr.t ->
time Tezos_protocol_environment_alpha.Error_monad.tzresultAdds a time span to a timestamp. This function fails on integer overflow
Source
val (-?) :
time ->
time ->
Period_repr.t Tezos_protocol_environment_alpha.Error_monad.tzresultReturns the difference between two timestamps as a time span. This function fails when the difference is negative
t - p Returns a timestamps p seconds before t.
TODO: https://gitlab.com/tezos/tezos/-/issues/2054 This function should be made available in the environment.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>