본문으로 건너뛰기

[Transaction] eth_estimateGas

Generates and returns an estimate of how much gas is necessary to allow the transaction to complete. The transaction will not be added to the blockchain. Note that the estimate may be significantly more than the amount of gas actually used by the transaction, for a variety of reasons including EVM mechanics and node performance.

JSONRPC: eth_estimateGas

Request

Responses

Return the amount of gas used.

페이지를 개선해 주세요