IUnlockToken
Inherits: ICommitToken
Title: IUnlockToken
Interface for UnlockToken contract that allows a vault to act as an operator
Functions
vault
Returns the vault address that can act as an operator
function vault() external view returns (address);
Returns
| Name | Type | Description |
|---|---|---|
<none> | address | The vault address (immutable, set at construction) |