Function key_images_spent_vec

Source
pub async fn key_images_spent_vec(
    blockchain_read: &mut BlockchainReadHandle,
    key_images: Vec<[u8; 32]>,
) -> Result<Vec<bool>, Error>
Expand description