Commit 2617c9ae authored by clabby's avatar clabby

Add link to `Types.WithdrawalTransaction` & `Types.OutputRootProof`

parent 0d4c1664
...@@ -134,6 +134,9 @@ The Optimism Portal serves as both the entry and exit point to the Optimism L2. ...@@ -134,6 +134,9 @@ The Optimism Portal serves as both the entry and exit point to the Optimism L2.
the [DepositFeed](./deposits.md#deposit-contract) contract, and in addition provides the following interface for the [DepositFeed](./deposits.md#deposit-contract) contract, and in addition provides the following interface for
withdrawals: withdrawals:
- [WithdrawalTransaction type](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/contracts/libraries/Types.sol#L46-L56)
- [OutputRootProof type](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/contracts/libraries/Types.sol#L20-L29)
```js ```js
interface OptimismPortal { interface OptimismPortal {
......
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