pub async fn next_chain_entry(
blockchain_read: &mut BlockchainReadHandle,
block_hashes: Vec<[u8; 32]>,
start_height: u64,
) -> Result<(Vec<[u8; 32]>, Option<usize>, usize), Error>
Expand description
BlockchainReadRequest::NextChainEntry
.
Returns only the:
- block IDs
- start height
- current chain height