eth_maxPriorityFeePerGas
Returns an estimate of how much priority fee, in wei, it is needed to be included in a block.
Last updated
Returns an estimate of how much priority fee, in wei, it is needed to be included in a block.
None.
result: A hexadecimal value of the priority fee, in wei, needed to be included in a block. Always returns 0x0 for 1Money Network.
curl -X POST https://testnet.1money.network \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0", "method": "eth_maxPriorityFeePerGas", "params": [], "id": 1}'{
"jsonrpc": "2.0",
"id": 1,
"result": "0x0"
}Last updated