StoredOutboxFrame typedef
One serialized outbox frame returned by OutboxStore.scanAfter.
Implementation
typedef StoredOutboxFrame = (Epoch epoch, Uint8List frame);
One serialized outbox frame returned by OutboxStore.scanAfter.
typedef StoredOutboxFrame = (Epoch epoch, Uint8List frame);