Skip to main content

TxFlowSafetySource

Trait TxFlowSafetySource 

Source
pub trait TxFlowSafetySource: Send + Sync {
    // Required method
    fn toxic_flow_snapshot(&self) -> TxFlowSafetySnapshot;
}
Expand description

Dynamic source of toxic-flow safety state for submit guards.

Required Methods§

Source

fn toxic_flow_snapshot(&self) -> TxFlowSafetySnapshot

Returns the latest toxic-flow safety snapshot.

Implementors§