pub fn make_chain_exchange_response<DB>(
    cs: &ChainStore<DB>,
    request: &ChainExchangeRequest,
) -> ChainExchangeResponse
where DB: Blockstore + Send + Sync + 'static,
Expand description

Builds chain exchange response out of chain data.