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

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

Resolve all cell meta from db base on the transaction.