Implement RegisterKeys
scan service request to register new keys
#8203
Labels
A-blockchain-scanner
Area: Blockchain scanner of shielded transactions
C-feature
Category: New features
S-needs-triage
Status: A bug report needs triage
Milestone
Motivation
We want a scan service request for adding new keys to the scanner task.
Possible Design
cmd_receiver
inScanTask::spawn()
down tozebra_scan::scan::start()
RegisterKeys(Vec<()>)
toRegisterKey(String)
orRegisterKey { key, parsed_keys }
(or a vector of them)try_recv()
at the top of the scanner loop, example:String
in theRegisterKey
scan service requestcmd_sender.send(ScanTaskCommand::RegisterKey(key))
The text was updated successfully, but these errors were encountered: