OutboxFrame typedef

OutboxFrame = (Epoch, IpcMessage)

One retained outbox frame: its epoch retention key and the message.

Implementation

typedef OutboxFrame = (Epoch epoch, IpcMessage message);