Module tezos_smart_rollup_encoding::outbox
source · Expand description
Types & encodings for the outbox-half of the L1/L2 communication protocol
In general, this module is a re-implementation of the tezos-protocol outbox message repr.
We have, however, a specialised OutboxMessageTransaction::parameters. The
communication protocol allows payload to be any michelson script_expr.
Structs
- Outbox message transaction, part of the outbox message.
- A batch of
OutboxMessageTransaction.
Enums
- Outbox message, sent by the kernel as tezos-encoded bytes.