Skip to content

Commit

Permalink
SKALE-4466 add variable to DelegationPeriodManager
Browse files Browse the repository at this point in the history
  • Loading branch information
payvint committed Jan 10, 2022
1 parent 4948afe commit a22011a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/delegation/IDelegationPeriodManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ interface IDelegationPeriodManager {
);

function setDelegationPeriod(uint monthsCount, uint stakeMultiplier) external;
function stakeMultipliers(uint monthsCount) external view returns (uint);
function isDelegationPeriodAllowed(uint monthsCount) external view returns (bool);
}

0 comments on commit a22011a

Please sign in to comment.