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.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13
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)"
>