Refactored key-management a lot.
This commit is contained in:
@@ -4,6 +4,9 @@ pub enum Event {
|
||||
MinerStopped,
|
||||
KeyGeneratorStarted,
|
||||
KeyGeneratorStopped,
|
||||
KeyCreated {path: String, public: String},
|
||||
KeyLoaded {path: String, public: String},
|
||||
KeySaved {path: String, public: String},
|
||||
NewBlockReceived,
|
||||
BlockchainChanged,
|
||||
ActionStopMining,
|
||||
|
||||
Reference in New Issue
Block a user