pub trait CheckChainLimits {
    // Required method
    fn check_chain_limits(&mut self, tx: &TransactionRef) -> bool;
}

Required Methods§

source

fn check_chain_limits(&mut self, tx: &TransactionRef) -> bool

| Check if transaction will pass the mempool’s | chain limits. |

Implementors§