package tezos-protocol-016-PtMumbai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Function for constructing and encoding inbox_message and outbox_message values. Since Layer 1 only ever consumes outbox_message values and produces inbox_message values, these functions are used for testing only.

make_transaction ctxt ty ~parameters ~destination ~entrypoint creates a Layer 1 to Layer 2 transaction.

val make_atomic_batch : transaction list -> outbox_message

make_atomic_batch ts creates an atomic batch with the given transactions ts.

serialize_output_message msg encodes the outbox message msg in binary format.

deserialize_inbox_message bs decodes an inbox message from the given data bs.

OCaml

Innovation. Community. Security.