Skip to main content

TxSubmitOutcomeReporter

Trait TxSubmitOutcomeReporter 

Source
pub trait TxSubmitOutcomeReporter: Send + Sync {
    // Required method
    fn record_outcome(&self, outcome: &TxSubmitOutcome);
}
Expand description

Callback surface for external outcome sinks.

Required Methods§

Source

fn record_outcome(&self, outcome: &TxSubmitOutcome)

Records one structured outcome.

Implementors§