package octez-proto-libs
Octez protocol libraries
Install
Dune Dependency
Authors
Maintainers
Sources
tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
doc/octez-proto-libs.protocol-environment/Tezos_protocol_environment/V0/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 : MBytes.t list;
context : Context_hash.t;
}
Source
type t = Tezos_base.TzPervasives.Block_header.t = {
shell : shell_header;
protocol_data : MBytes.t;
}
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>