mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Start on the new processor main loop
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
use serai_client::validator_sets::primitives::Session;
|
||||
|
||||
use serai_db::{Get, DbTxn, create_db};
|
||||
|
||||
create_db! {
|
||||
Processor {
|
||||
ExternalKeyForSession: (session: Session) -> Vec<u8>,
|
||||
}
|
||||
}
|
||||
|
||||
create_db! {
|
||||
BitcoinProcessor {
|
||||
LatestBlockToYieldAsFinalized: () -> u64,
|
||||
|
||||
Reference in New Issue
Block a user