DeltaEscrow.sol
Admin Methods
unstake
function unstake(address receiver, uint256 amount) external
Releases escrowed thUSD to the receiver after the escrow period.
Only callable by the Delta
contract.
Name
Type
Description
receiver
address
Address to receive the thUSD
amount
uint256
Amount of thUSD to release
Last updated