This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
[Miscellaneous] eth_submitWork
Used for submitting a proof-of-work solution.
Please note that it always return false because there is no PoW mechanism in Kaia.
JSONRPC: eth_submitWork
Request
- application/json
Body
Array [
]
params
undefined[]
Nonce 8-byte DATA
The nonce found (64 bits)
PowHash 32-byte DATA
The header’s pow-hash (256 bits)
MixDigest 32-byte DATA
The mix digest (256 bits)