zebra
zebra copied to clipboard
feat(scan): Associate scanning keys with `AccountID`s
Motivation
The batched scanning API in librustzcash identifies the scanning results not by keys but AccountID
's instead.
Suggested Solution
Associate scanning keys with unique AccountID
s.