cuprated::blockchain::interface

Function block_exists

Source
async fn block_exists(
    block_hash: [u8; 32],
    blockchain_read_handle: &mut BlockchainReadHandle,
) -> Result<bool, Error>
Expand description

Check if we have a block with the given hash.