본문으로 건너뛰기

[Transaction] kaia_estimateComputationCost

Generates and returns an estimate of how much computation cost will be spent to execute the transaction. Kaia limits the computation cost of a transaction to 100000000 currently not to take too much time by a single transaction. The transaction will not be added to the blockchain like kaia_estimateGas

JSONRPC: kaia_estimateComputationCost

Request

Responses

Return the amount of computation cost used.

페이지를 개선해 주세요