package tezos-protocol-015-PtLimaPt

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

add_external_messages context rollup msg adds msg to rollup's inbox.

This function returns the updated context as well as the size diff.

May fail with:

  • Sc_rollup_max_number_of_available_messages if inbox is full
  • Sc_rollup_max_number_of_messages_reached_for_commitment_period if the number of messages pushed during commitment period is too high

add_internal_message context rollup ~payload ~sender ~source adds the internal message of payload, sender, and source to rollup's inbox.

See add_external_messages for returned values and failures.

OCaml

Innovation. Community. Security.