We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45a3948 + a847572 commit bd4389dCopy full SHA for bd4389d
src/engine/interop/specification.md
@@ -58,7 +58,8 @@ This structure maps on the [`ExecutionPayload`](https://github.com/ethereum/cons
58
- `feeRecipient`: `DATA`, 20 Bytes - suggested value for the `coinbase` field of the new payload
59
60
#### Returns
61
-1. `payloadId|Error`: `QUANTITY`, 64 Bits - Identifier of the payload building process
+`Object|Error` - Either instance of response object or an error. Response object:
62
+1. `payloadId`: `QUANTITY`, 64 Bits - Identifier of the payload building process
63
64
#### Specification
65
0 commit comments