package tezos-protocol-014-PtKathma

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

See Sc_rollup_inbox_message_repr.

type internal_inbox_message = {
  1. payload : Script.expr;
  2. sender : Contract_hash.t;
  3. source : Tezos_protocol_environment_014_PtKathma.Signature.public_key_hash;
}
type t =
  1. | Internal of internal_inbox_message
  2. | External of string
type serialized = private string
module Internal_for_tests : sig ... end

This module discloses definitions that are only useful for tests and must not be used otherwise.

OCaml

Innovation. Community. Security.