package octez-l2-libs

  1. Overview
  2. Docs
On This Page
  1. Serialization
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Octez_smart_rollup.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.

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

Sourcetype id = Id.t

Alias for message id

Serialization

Sourceval content_encoding : string Tezos_base.TzPervasives.Data_encoding.t
Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.t
Sourceval id : t -> Id.t
OCaml

Innovation. Community. Security.