Function ckb_types::core::cell::resolve_transaction[][src]

pub fn resolve_transaction<CP: CellProvider, HC: HeaderChecker, S: BuildHasher>(
    transaction: TransactionView,
    seen_inputs: &mut HashSet<OutPoint, S>,
    cell_provider: &CP,
    header_checker: &HC
) -> Result<ResolvedTransaction, OutPointError>
Expand description

Deprecated Use resolve_transaction_with_options instead of.

This function is only used to be compatible with the old unit tests. Please don’t add more tests with this function. Then we could remove this function easier in future.