Portal
Inherits: IPortal
This contract serves as a base for all the other portals.
State Variables
_inputBox
The input box used by the portal.
IInputBox internal immutable _inputBox;
Functions
constructor
Constructs the portal.
constructor(IInputBox inputBox);
Parameters
| Name | Type | Description |
|---|---|---|
inputBox | IInputBox | The input box used by the portal |
getInputBox
function getInputBox() external view override returns (IInputBox);