Minor work on the transaction signing task

This commit is contained in:
Luke Parker
2024-09-05 14:42:06 -04:00
parent 8380653855
commit b62fc3a1fa
14 changed files with 169 additions and 2 deletions

View File

@@ -247,6 +247,9 @@ impl<S: ScannerFeed> SchedulerUpdate<S> {
/// The object responsible for accumulating outputs and planning new transactions.
pub trait Scheduler<S: ScannerFeed>: 'static + Send {
/// The type for a signable transaction.
type SignableTransaction: scheduler_primitives::SignableTransaction;
/// Activate a key.
///
/// This SHOULD setup any necessary database structures. This SHOULD NOT cause the new key to