pub trait IsDownstream {
    // Required method
    fn get_downstream_mining_data(&self) -> CommonDownstreamData;
}
Expand description

General properties that every Sv2 compatible mining downstream nodes must implement.

Required Methods§

Implementations on Foreign Types§

source§

impl IsDownstream for ()

Implemented for the NullDownstreamMiningSelector

Implementors§