⚡ We welcome businesses to test our enterprise-grade service

arbitrum
Arbitrum

Method: POST eth_compileLLL

dropdown

Method RPC eth_compileLLL example for Arbitrum

POST eth_compileLLL

Method not allowed

Returns compiled LLL code.

Parameters

code - string

The source code.

Request

curl --location --request POST 'https://arbitrum.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "eth_compileLLL",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}