sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
val make : string -> t
make message
constructs a message with content message
.
val content : t -> string
content message
returns the string content of message
, i.e. content (make s) = s
.
module Hash : Tezos_crypto.Intfs.HASH
Hash with b58check encoding scmsg(55), for hashes of L2 messages.
type hash = Hash.t
Alias for message hash
val content_encoding : string Tezos_base.TzPervasives.Data_encoding.t
val encoding : t Tezos_base.TzPervasives.Data_encoding.t