engine_exchangeCapabilities
Method
- JSON-RPC method name:
engine_exchangeCapabilities - JSON-RPC version:
2.0
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Consensus client methods | string[] | yes |
Parameter schema
{
"Consensus client methods": {
"required": true,
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
Result
- Name:
Execution client methods - Type:
string[]
Result schema
{
"type": "array",
"items": {
"type": "string"
}
}
Positional parameters
Parameter order:
Consensus client methods
Errors
This method may return JSON-RPC standard errors (e.g. -32600, -32601, -32602, -32603) as well as application-specific errors.
TODO: Document method-specific error codes and conditions.