API Objects
Last updated
Last updated
The following objects are parameters for or returned by Enter API methods.
Returned by eth_getBlockByHash
and eth_getBlockByNumber
.
Key | Type | Value |
---|---|---|
Returned by eth_feeHistory
for the requested block range. If blocks in the specified block range are not available, then only the fee history for available blocks is returned.
Parameter for eth_newFilter
, eth_getLogs
, and priv_getLogs
. Used to filter logs
.
eth_getLogs
and priv_getLogs
have an extra key.
Returned by eth_getFilterChanges
and priv_getLogs
. Transaction receipt objects
can contain an array of log objects.
Returned by eth_getMinerDataByBlockHash
and eth_getMinerDataByBlockNumber
.
Returned by txpool_besuPendingTransactions
.
Returned by priv_getPrivateTransaction
.
Returned by debug_storageRangeAt
.
Log information returned as part of the Trace object.
Returned by debug_traceBlock
, debug_traceBlockByHash
, debug_traceBlockByNumber
, and debug_traceTransaction
.
Returned by eth_getTransactionByHash
, eth_getTransactionByBlockHashAndIndex
, and eth_getTransactionByBlockNumberAndIndex
.
Parameter for eth_call
and eth_estimateGas
.
Note
All transaction call object parameters are optional for eth_estimateGas
. Only the to
parameter is required for eth_call
.
Returned by eth_getTransactionReceipt
.
Note
For pre-Byzantium transactions, the transaction receipt object includes the following instead of status
:
Returned by trace_replayBlockTransactions
.
Returned by priv_getTransactionReceipt
.
Key | Type | Value |
---|---|---|
Key | Type | Required/Optional | Value |
---|---|---|---|
Key | Type | Required/Optional | Value |
---|---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|
Key | Type | Value |
---|---|---|