IJBCashOutTerminal
Inherits: IJBTerminal
A terminal that can be cashed out from.
Functions
cashOutTokensOf
function cashOutTokensOf(
address holder,
uint256 projectId,
uint256 cashOutCount,
address tokenToReclaim,
uint256 minTokensReclaimed,
address payable beneficiary,
bytes calldata metadata
)
external
returns (uint256 reclaimAmount);
Events
HookAfterRecordCashOut
event HookAfterRecordCashOut(
IJBCashOutHook indexed hook,
JBAfterCashOutRecordedContext context,
uint256 specificationAmount,
uint256 fee,
address caller
);