octez-l2-libs.smart-rollup
Octez_smart_rollup.L2_message
octez-l2-libs.layer2_store
octez-l2-libs.scoru-wasm
octez-l2-libs.scoru-wasm-fast
octez-l2-libs.scoru-wasm-helpers
octez-l2-libs.scoru_wasm_durable_snapshot
octez-l2-libs.scoru_wasm_test_helpers
octez-l2-libs.smart_rollup_wasm_benchmark_lib
octez-l2-libs.wasmer
octez-l2-libs.webassembly-interpreter
octez-l2-libs.webassembly-interpreter-extra
type t
Type of L2 messages.
val make : string -> t
make message constructs a message with content message.
make message
message
val content : t -> string
content message returns the string content of message, i.e. content (make s) = s.
content message
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
val hash : t -> Hash.t