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

SetConnected

Git Source

Inherits: SetLinked, ObjectInteractionHook

Functions

_SetConnected_initialize

function _SetConnected_initialize(address setRegistry, address kindRegistry, address omniRegistry) internal;

_SetConnected_initializeFrom

function _SetConnected_initializeFrom(address setRegistry) internal;

supportsInterface

function supportsInterface(bytes4 interfaceId)
    external
    pure
    virtual
    override(SetLinked, ObjectInteractionHook)
    returns (bool);

_SetConnected_supportsInterface

function _SetConnected_supportsInterface(bytes4 interfaceId) internal pure returns (bool);