StoredOutboxFrame typedef

StoredOutboxFrame = (Epoch, Uint8List)

One serialized outbox frame returned by OutboxStore.scanAfter.

Implementation

typedef StoredOutboxFrame = (Epoch epoch, Uint8List frame);