This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
docs/limit-order-protocol/smart-contract/mocks/interfaces/IWithdrawable.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# IWithdrawable | ||
|
||
|
||
|
||
|
||
|
||
## Functions | ||
### withdraw | ||
```solidity | ||
function withdraw( | ||
uint256 wad | ||
) external | ||
``` | ||
|
||
|
||
#### Parameters: | ||
| Name | Type | Description | | ||
| :--- | :--- | :------------------------------------------------------------------- | | ||
|`wad` | uint256 | | ||
|
||
|
1 change: 1 addition & 0 deletions
1
docs/limit-order-protocol/smart-contract/mocks/interfaces/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# interfaces |
Submodule limit-order-protocol
updated
25 files