mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 14:39:25 +00:00
8 lines
117 B
Rust
8 lines
117 B
Rust
use serai_db::{Get, DbTxn, create_db};
|
|
|
|
create_db! {
|
|
SignersCoordinator {
|
|
LastPublishedBatch: () -> u32,
|
|
}
|
|
}
|