package tezos-protocol-014-PtKathma

  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;
    }
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.