IOsTokenVaultEscrowAuth
Author: StakeWise
Interface for OsTokenVaultEscrowAuth contract
Functions
canRegister
Check if the caller can register the exit position
function canRegister(address vault, address owner, uint256 exitPositionTicket, uint256 osTokenShares)
external
view
returns (bool);
Parameters
Name | Type | Description |
---|---|---|
vault | address | The address of the vault |
owner | address | The address of the assets owner |
exitPositionTicket | uint256 | The exit position ticket |
osTokenShares | uint256 | The amount of osToken shares to burn |
Returns
Name | Type | Description |
---|---|---|
<none> | bool | True if the caller can register the exit position |