Function key_images_spent

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