Skip to content

Commit

Permalink
fix(IPerpV2BasisTradingModule): Improve javadocs SetProtocol#246
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin authored Apr 13, 2022
1 parent 4353ac1 commit 3129b37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/interfaces/IPerpV2BasisTradingModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ interface IPerpV2BasisTradingModule is IPerpV2LeverageModuleV2 {
)
external;

/* ============ External Setter Functions ============ */

/**
* @dev MANAGER ONLY. Update performance fee percentage.
*
Expand All @@ -157,6 +159,8 @@ interface IPerpV2BasisTradingModule is IPerpV2LeverageModuleV2 {
function updateFeeRecipient(ISetToken _setToken, address _newFeeRecipient)
external;

/* ============ External Getter Functions ============ */

/**
* @dev Adds pending funding payment to tracked settled funding. Returns updated settled funding value in precise units (10e18).
*
Expand Down

0 comments on commit 3129b37

Please sign in to comment.