Module outbox

Module 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 mavryk-protocol outbox message repr.

We have, however, a specialised OutboxMessageTransaction::parameters. The communication protocol allows payload to be any michelson script_expr.

Structs§

OutboxMessageTransaction
Outbox message transaction, part of the outbox message.
OutboxMessageTransactionBatch
A batch of OutboxMessageTransaction.

Enums§

OutboxMessage
Outbox message, sent by the kernel as mavryk-encoded bytes.