package tezos-protocol-alpha

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

See Sc_rollup_inbox_message_repr.

type internal_inbox_message =
  1. | Transfer of {
    1. payload : Script.expr;
    2. sender : Contract_hash.t;
    3. source : public_key_hash;
    4. destination : t;
    }
  2. | Start_of_level
  3. | End_of_level
  4. | Info_per_level of {
    1. predecessor_timestamp : Tezos_protocol_environment_alpha.Time.t;
    2. predecessor : Tezos_protocol_environment_alpha.Block_hash.t;
    }
  5. | Protocol_migration of string
val protocol_migration_internal_message : internal_inbox_message
type t =
  1. | Internal of internal_inbox_message
  2. | External of string
type serialized = private string
val protocol_migration_serialized_message : serialized
val unsafe_of_string : string -> serialized
val unsafe_to_string : serialized -> string
val hash_serialized_message : serialized -> Hash.t
OCaml

Innovation. Community. Security.