package octez-proto-libs
Octez protocol libraries
Install
Dune Dependency
Authors
Maintainers
Sources
octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13
doc/octez-proto-libs.protocol-environment/Tezos_protocol_environment/V2/Make/Block_header/index.html
Module Make.Block_header
Source
Source
type shell_header = Tezos_base.TzPervasives.Block_header.shell_header = {
level : Int32.t;
(*The number of preceding block in this chain, i.e. the genesis has level 0.
*)proto_level : int;
(*The number of preceding protocol change in the chain (modulo 256), i.e. the genesis has proto_level 0.
*)predecessor : Block_hash.t;
timestamp : Time.t;
validation_passes : int;
operations_hash : Operation_list_list_hash.t;
fitness : Bytes.t list;
context : Context_hash.t;
}
Source
type t = Tezos_base.TzPervasives.Block_header.t = {
shell : shell_header;
protocol_data : bytes;
}
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>