Function block_complete_entries

Source
pub async fn block_complete_entries(
    blockchain_read: &mut BlockchainReadHandle,
    block_hashes: Vec<[u8; 32]>,
) -> Result<(Vec<BlockCompleteEntry>, Vec<[u8; 32]>, usize), Error>
Expand description