JBRedemptionDelegateAllocation
Codeβ
Definitionβ
/**
@member delegate A delegate contract to use for subsequent calls.
@member amount The amount to send to the delegate.
*/
struct JBRedemptionDelegateAllocation {
IJBRedemptionDelegate delegate;
uint256 amount;
}
delegateis a delegate contract to use for subsequent calls.amountis the amount to send to the delegate.