Function key_images_spent_vec

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