Skip to content

Commit

Permalink
Merge pull request #24 from Uniswap/deposit-natspec
Browse files Browse the repository at this point in the history
Even more natspec and comments
  • Loading branch information
0age authored Nov 5, 2024
2 parents 4e8ec08 + c7673d0 commit 45257dc
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 253 deletions.
3 changes: 1 addition & 2 deletions src/interfaces/ITheCompact.sol
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ interface ITheCompact {
* approve The Compact to transfer sufficient amounts on its behalf. The ERC6909 token amounts
* received by the recipient are derived from the differences between starting and ending
* balances held in the resource locks, which may differ from the amounts transferred depending
* on the implementation details of the respective tokens. Note that resouce lock ids must be
* supplied in alphanumeric order.
* on the implementation details of the respective tokens.
* @param idsAndAmounts Array of [id, amount] pairs with each pair indicating the resource lock and amount to deposit.
* @param recipient The address that will receive the corresponding ERC6909 tokens.
* @return Whether the batch deposit was successfully completed.
Expand Down
Loading

0 comments on commit 45257dc

Please sign in to comment.