Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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);