OutboxFrame typedef
One retained outbox frame: its epoch retention key and the message.
Implementation
typedef OutboxFrame = (Epoch epoch, IpcMessage message);
One retained outbox frame: its epoch retention key and the message.
typedef OutboxFrame = (Epoch epoch, IpcMessage message);