WIP: move signer event processing into a trait and create v0 and v1 submodules

Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
This commit is contained in:
Jacinta Ferrant
2024-05-10 14:03:46 -07:00
parent 4afa9ef716
commit 75a28ed6f1
14 changed files with 336 additions and 240 deletions

View File

@@ -95,6 +95,7 @@ pub trait SignerSession {
}
/// signer session for a stackerdb instance
#[derive(Debug)]
pub struct StackerDBSession {
/// host we're talking to
pub host: String,