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