Portal

Git Source

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

NameTypeDescription
inputBoxIInputBoxThe input box used by the portal

getInputBox

function getInputBox() external view override returns (IInputBox);