File tree Expand file tree Collapse file tree 1 file changed +35
-5
lines changed
services/reference/linea/json-rpc-methods Expand file tree Collapse file tree 1 file changed +35
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " eth_call"
3
- hide_title : true
4
- hide_table_of_contents : true
5
3
---
6
4
7
- import ParserOpenRPC from " @site/src/components/ParserOpenRPC "
8
- import { NETWORK_NAMES } from " @site/src/plugins/plugin-json-rpc "
5
+ import Tabs from " @theme/Tabs "
6
+ import TabItem from " @theme/TabItem "
9
7
10
- <ParserOpenRPC network = { NETWORK_NAMES .linea } method = " eth_call" />
8
+ import Description from " /services/reference/_partials/_eth_call-description.mdx"
9
+
10
+ <Description />
11
+
12
+ ## Parameters
13
+
14
+ import Params from " /services/reference/_partials/_eth_call-parameters.mdx"
15
+
16
+ <Params />
17
+
18
+ ## Returns
19
+
20
+ import Returns from " /services/reference/_partials/_eth_call-returns.mdx"
21
+
22
+ <Returns />
23
+
24
+ ## Example
25
+
26
+ import Example from " /services/reference/_partials/_eth_call-example.mdx"
27
+
28
+ <Example />
29
+
30
+ ### Request
31
+
32
+ import Request from " ./_eth_call-request.mdx"
33
+
34
+ <Request />
35
+
36
+ ### Response
37
+
38
+ import Response from " /services/reference/_partials/_eth_call-response.mdx"
39
+
40
+ <Response />
You can’t perform that action at this time.
0 commit comments