async fn apply_transaction<F: Fn(&OuterVerifier) -> bool, C: ConstraintChecker>(
    db: &Db,
    opaque_tx: OpaqueExtrinsic,
    filter: &F
) -> Result<()>
Expand description

Apply a single transaction to the local database The owner-specific tables are mappings from output_refs to coin amounts