Skip to content

Commit bd4389d

Browse files
authored
Merge pull request #77 from mkalinin/execution-api-response-objects
Engine API: make preparePayload return an object
2 parents 45a3948 + a847572 commit bd4389d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/engine/interop/specification.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ This structure maps on the [`ExecutionPayload`](https://github.com/ethereum/cons
5858
- `feeRecipient`: `DATA`, 20 Bytes - suggested value for the `coinbase` field of the new payload
5959

6060
#### Returns
61-
1. `payloadId|Error`: `QUANTITY`, 64 Bits - Identifier of the payload building process
61+
`Object|Error` - Either instance of response object or an error. Response object:
62+
1. `payloadId`: `QUANTITY`, 64 Bits - Identifier of the payload building process
6263

6364
#### Specification
6465

0 commit comments

Comments
 (0)