[Gas] klay_maxPriorityFeePerGas
Returns a recommended maxPriorityFeePerGas for a new transaction.
- Before Magma, returns the fixed UnitPrice
- After Magma, returns zero
- After Kaia, returns zero if network is uncongested (i.e. next baseFee at its lower bound), otherwise 60% percentile effective tip from previous 20 blocks (under default setting)
JSONRPC: klay_maxPriorityFeePerGas
Request
Responses
- 200
Recommended maxPriorityFeePerGas in kei.