Skip to content

Commit

Permalink
natspec: decode currency and uint256
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint committed Aug 2, 2024
1 parent 0b30f7b commit 462154a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/CalldataDecoder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ library CalldataDecoder {
}
}

/// @dev equivalent to: abi.decode(params, (Currency, uint256)) in calldata
function decodeCurrencyAndUint256(bytes calldata params)
internal
pure
Expand Down

0 comments on commit 462154a

Please sign in to comment.