package tezos-protocol-016-PtMumbai

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

See Sc_rollup_outbox_message_repr.

type transaction = {
  1. unparsed_parameters : Script.expr;
  2. destination : Contract_hash.t;
  3. entrypoint : Entrypoint.t;
}
type t =
  1. | Atomic_transaction_batch of {
    1. transactions : transaction list;
    }
type serialized
val unsafe_of_string : string -> serialized
val unsafe_to_string : serialized -> string
OCaml

Innovation. Community. Security.