cuprated::rpc::request::blockchain

Function outputs

Source
pub(crate) async fn outputs(
    blockchain_read: &mut BlockchainReadHandle,
    outputs: HashMap<u64, HashSet<u64>>,
) -> Result<HashMap<u64, HashMap<u64, OutputOnChain>>, Error>
Expand description