Skip to main content
Version: Next

logindex namespace

logIndex_blockNumbers

Retrieves log index block number for the given filter.

curl localhost:8545 \
-X POST \
-H "Content-Type: application/json" \
--data '{
"jsonrpc": "2.0",
"id": 0,
"method": "logIndex_blockNumbers",
"params": [filter]
}'

logIndex_status

Retrieves log index status.

curl localhost:8545 \
-X POST \
-H "Content-Type: application/json" \
--data '{
"jsonrpc": "2.0",
"id": 0,
"method": "logIndex_status",
"params": []
}'