IRefundOutputBuilderErrors
Errors
UnknownInputSender
This error is raised whenever a user provides an input whose sender is unknown to the refund output builder contract. Usually, this happens when the user provides a non-deposit input or an input sent by a non-canonical portal contract.
error UnknownInputSender(address inputSender);
Parameters
| Name | Type | Description |
|---|---|---|
inputSender | address | The input sender |