pub fn mempool_checks( unpaid_actions: u32, miner_fee: Amount<NonNegative>, transaction_size: usize, ) -> Result<(), Error>
Make ZIP-317 checks before inserting a transaction into the mempool.