Skip to main content

engine_exchangeCapabilities

Exchanges list of supported Engine API methods

Params

(1)

1. Consensus client methods (required)

array[string]

Result

(Execution client methods)
array[string]

Params

Consensus client methods


Request

await window.ethereum.request({
"method": "engine_exchangeCapabilities",
"params": [
null
]
});