Skip to content

Latest commit

 

History

History
228 lines (215 loc) · 8.87 KB

IFunctionsList.md

File metadata and controls

228 lines (215 loc) · 8.87 KB

IFunctionsList.sol

View Source: contracts/proxy/modules/interfaces/IFunctionsList.sol

↘ Derived Contracts: StakingAdminModule, StakingGovernanceModule, StakingStakeModule, StakingStorageModule, StakingVestingModule, StakingWithdrawModule, WeightedStakingModule

IFunctionsList contract

Functions


getFunctionsList

⤿ Overridden Implementation(s): StakingGovernanceModule.getFunctionsList,StakingStakeModule.getFunctionsList,StakingVestingModule.getFunctionsList,WeightedStakingModule.getFunctionsList

function getFunctionsList() external pure
returns(functionSignatures bytes4[])
Source Code
function getFunctionsList() external pure returns (bytes4[] memory functionSignatures);

Contracts