pub trait MaybeSendFeeFilter {
    // Required method
    fn maybe_send_feefilter(
        self: Arc<Self>,
        pto: Amo<Box<dyn NodeInterface>>,
        current_time: OffsetDateTime
    );
}

Required Methods§

source

fn maybe_send_feefilter( self: Arc<Self>, pto: Amo<Box<dyn NodeInterface>>, current_time: OffsetDateTime )

Implementors§