Skip to content

Commit

Permalink
regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Feb 13, 2024
1 parent e090ac4 commit 1c4f2b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
Binary file modified build/openrpc/full.json.gz
Binary file not shown.
Binary file modified build/openrpc/gateway.json.gz
Binary file not shown.
28 changes: 4 additions & 24 deletions documentation/en/api-v1-unstable-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3094,18 +3094,8 @@ Response:
```json
[
{
"action": {
"callType": "string value",
"from": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031",
"to": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031",
"gas": "0x5",
"input": "0x07",
"value": "0x0"
},
"result": {
"gasUsed": "0x5",
"output": "0x07"
},
"action": {},
"result": {},
"subtraces": 123,
"traceAddress": [
123
Expand Down Expand Up @@ -3144,18 +3134,8 @@ Response:
"stateDiff": "string value",
"trace": [
{
"action": {
"callType": "string value",
"from": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031",
"to": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031",
"gas": "0x5",
"input": "0x07",
"value": "0x0"
},
"result": {
"gasUsed": "0x5",
"output": "0x07"
},
"action": {},
"result": {},
"subtraces": 123,
"traceAddress": [
123
Expand Down

0 comments on commit 1c4f2b1

Please sign in to comment.