package tezos-smart-rollup-layer2-017-PtNairob

  1. Overview
  2. Docs

Module Tezos_smart_rollup_layer2_017_PtNairob.L2_messageSource

Sourcetype t

Type of L2 messages.

Sourceval make : string -> t

make message constructs a message with content message.

Sourceval content : t -> string

content message returns the string content of message, i.e. content (make s) = s.

Sourcemodule Hash : Tezos_crypto.Intfs.HASH

Hash with b58check encoding scmsg(55), for hashes of L2 messages.

Sourcetype hash = Hash.t

Alias for message hash

Serialization

Sourceval content_encoding : string Tezos_base.TzPervasives.Data_encoding.t
Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.t
Sourceval hash : t -> Hash.t
OCaml

Innovation. Community. Security.