Skip to main content

eth_getCompilers RPC Method

Returns a list of available compilers in the client.

Updated on
Nov 2, 2023

eth_getCompilers RPC Method

Please note that for this RPC method the response will always be empty.

Parameters

This method does not accept any parameters

Returns

result
An array of available compilers
Request
1
curl https://docs-demo.zkevm-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"eth_getCompilers","params":[],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free