feat: implement store actor pattern for CLI store operations and update roadmap
This commit is contained in:
@@ -28,6 +28,7 @@ pub enum NodeError {
|
||||
///
|
||||
/// Each node has an Ed25519 keypair used for signing sigchain entries
|
||||
/// and establishing trust within the network.
|
||||
#[derive(Clone)]
|
||||
pub struct Node {
|
||||
signing_key: SigningKey,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user