This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
ITerminus - we need to define the terminus interface separately #13
Labels
terminus
Terminus decentralized authorization
Milestone
Currently, the Terminus interface is defined implicitly in
TerminusFacet.sol
. The implementation sprawls across multiple solidity files and includes the complexity of common storage (since we are using Diamond proxies).To make it clear what functionality is available through Terminus, we should implement an
ITerminus
interface that details its public and external functionality, with clear documentation of the semantics of each method.The text was updated successfully, but these errors were encountered: