Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IUnlockToken

Git Source

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

NameTypeDescription
<none>addressThe vault address (immutable, set at construction)