Commit ecf969ec authored by Adrian Sutton's avatar Adrian Sutton

specs: outputAtBlock does not support latest/safe/pending

parent 0e1b8498
......@@ -68,8 +68,7 @@ The input and return types here are as defined by the [engine API specs][engine-
- method: `optimism_outputAtBlock`
- params:
1. `blockNumber`: `QUANTITY`, 64 bits - L2 integer block number </br>
OR `String` - one of `"safe"`, `"latest"`, or `"pending"`.
1. `blockNumber`: `QUANTITY`, 64 bits - L2 integer block number.
- returns:
1. `version`: `DATA`, 32 Bytes - the output root version number, beginning with 0.
1. `l2OutputRoot`: `DATA`, 32 Bytes - the output root.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment