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

Resolve all cell meta from db base on the transaction.