mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Expand task management
These extensions are necessary for the signers task management.
This commit is contained in:
@@ -9,6 +9,7 @@ create_db! {
|
||||
RegisteredKeys: () -> Vec<Session>,
|
||||
SerializedKeys: (session: Session) -> Vec<u8>,
|
||||
LatestRetiredSession: () -> Session,
|
||||
ToCleanup: () -> Vec<(Session, Vec<u8>)>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user