Function wallet::scheme::on_tx_output

source ·
pub(crate) fn on_tx_output<FO>(fragment: &Fragment, on_output: FO)where
    FO: FnMut((usize, Output<Address>)),