Gets the estimated gas price for the specified transaction.
|
In
Exec
|
|
|
Url
String
|
The URL to send the request to. |
|
Http Headers
Web 3S Http Headers Structure
|
[Optional] Additional HTTP headers that will be appended to the request. |
|
From Address
String
|
The address the transaction is sent from. |
|
To Address
String
|
The address the transaction is directed to. |
|
Data
String
|
The hash of the invoked method signature and encoded parameters (ABI). |
|
Value
Uint 256 Structure
|
The value sent with this transaction (Optional). |
|
Out
Exec
|
|
|
Succeeded
Exec
|
|
|
Failed
Exec
|
|
|
Error Message
String
|
|
|
Response
Web 3S Http Response Structure (by ref)
|
|
|
Estimated Gas
Uint 256 Structure (by ref)
|