mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 13:39:25 +00:00
Have the coordinator task publish Batches
This commit is contained in:
@@ -3,7 +3,7 @@ use serai_validator_sets_primitives::Session;
|
||||
use serai_db::{Get, DbTxn, create_db};
|
||||
|
||||
create_db! {
|
||||
TransactionSigner {
|
||||
SignersTransaction {
|
||||
ActiveSigningProtocols: (session: Session) -> Vec<[u8; 32]>,
|
||||
SerializedSignableTransactions: (id: [u8; 32]) -> Vec<u8>,
|
||||
SerializedTransactions: (id: [u8; 32]) -> Vec<u8>,
|
||||
|
||||
Reference in New Issue
Block a user