pub(crate) fn apply_transaction(
    db: &Db,
    tx_hash: <BlakeTwo256 as Hash>::Output,
    index: u32,
    output: &Output<OuterVerifier>
) -> Result<()>
Expand description

Apply a transaction to the local database, storing the new coins.