Purpose
The IProtocolToken interface contains the minimal set of functions that must be implemented in order for an ERC721 token to be compatible with the protocol.Function Overview
The following functions have been defined in the IProtocolToken interface and must be implemented:- connectHandlerToToken: Used to connect a deployed Protocol Token Handler to the token.
- getHandlerAddress: used to retrieve the address of the Protocol Token Handler.