IKeeper
Inherits: IKeeperOracles, IKeeperRewards, IKeeperValidators
Author: StakeWise
Defines the interface for the Keeper contract
Functions
initialize
Initializes the Keeper contract. Can only be called once.
function initialize(address _owner) external;
Parameters
Name | Type | Description |
---|---|---|
_owner | address | The address of the owner |