pub fn scanning_keys<'a>(
dfvks: impl IntoIterator<Item = &'a DiversifiableFullViewingKey>,
) -> Result<ScanningKeys<AccountId, (AccountId, Scope)>, Report>
Expand description
Turns an iterator of DiversifiableFullViewingKey
s to [ScanningKeys
].