fn unapply_transaction<C: ConstraintChecker>(
    db: &Db,
    tx: &OpaqueExtrinsic
) -> Result<()>
Expand description

Run a transaction backwards against a database. Mark all of the Inputs as unspent, and drop all of the outputs.