package tezos-protocol-alpha

  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 typed_transaction = {
  1. unparsed_parameters : Script.expr;
  2. unparsed_ty : Script.expr;
  3. destination : Contract_hash.t;
  4. entrypoint : Entrypoint.t;
}
type t =
  1. | Atomic_transaction_batch of {
    1. transactions : transaction list;
    }
  2. | Atomic_transaction_batch_typed of {
    1. transactions : typed_transaction list;
    }
  3. | Whitelist_update of Whitelist.t option
type serialized
val unsafe_of_string : string -> serialized
val unsafe_to_string : serialized -> string
OCaml

Innovation. Community. Security.