Have the coordinator task publish Batches

This commit is contained in:
Luke Parker
2024-09-09 01:15:56 -04:00
parent ed0221d804
commit a3cb514400
6 changed files with 41 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
use serai_db::{Get, DbTxn, create_db};
create_db! {
SignersCoordinator {
LastPublishedBatch: () -> u32,
}
}