pub async fn outputs(
blockchain_read: &mut BlockchainReadHandle,
outputs: IndexMap<u64, IndexSet<u64>>,
get_txid: bool,
) -> Result<OutputCache, Error>
pub async fn outputs(
blockchain_read: &mut BlockchainReadHandle,
outputs: IndexMap<u64, IndexSet<u64>>,
get_txid: bool,
) -> Result<OutputCache, Error>