Function zebra_chain::transaction::zip317::mempool_checks
source ยท pub fn mempool_checks(
unpaid_actions: u32,
miner_fee: Amount<NonNegative>,
transaction_size: usize,
) -> Result<(), Error>
Expand description
Make ZIP-317 checks before inserting a transaction into the mempool.