Function outputs

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