RPC API ReferenceethMiscellaneous[Miscellaneous] eth_submitWork[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 Responses200Returns true if the provided solution is valid, otherwise false.