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

INPUT_BOX

The input box used by the portal.

IInputBox immutable INPUT_BOX

Functions

constructor

Constructs the portal.

constructor(IInputBox inputBox) ;

Parameters

NameTypeDescription
inputBoxIInputBoxThe input box used by the portal

getInputBox

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