-
Notifications
You must be signed in to change notification settings - Fork 459
Open
Description
This method is missing from execution-apis
here is a start for what it should look like:
net_version method object
{
"name": "net_version",
"params": [],
"result": {
"description": "Returns the current network ID.",
"name": "net_version",
"schema": {
"type": "string"
}
},
"description": "Returns the current network ID.",
"examples": [
{
"name": "net_version",
"description": "Example of a net_version request",
"params": [],
"result": {
"name": "net_version",
"description": "The current network ID",
"value": "0x1"
}
}
]
}Metadata
Metadata
Assignees
Labels
No labels