pub fn validate_priority_fee_tx(
max_fee: u128,
max_priority_fee: u128,
base_fee: Option<u128>,
disable_priority_fee_check: bool,
) -> Result<(), InvalidTransaction>
Expand description
Validate transaction that has EIP-1559 priority fee