Function collect_keys

Source
pub fn collect_keys<K>(keys: K) -> Result<Vec<VerifyingKey>, CollectKeysError>
where K: IntoIterator<Item = Result<[u8; 32]>>,
Expand description

Convert a slice of key bytes into a Vec of VerifyingKeys.