cuprated::rpc::request::blockchain

Function number_outputs_with_amount

Source
pub(crate) async fn number_outputs_with_amount(
    blockchain_read: &mut BlockchainReadHandle,
    output_amounts: Vec<u64>,
) -> Result<HashMap<u64, usize>, Error>
Expand description