chore: Move methods around and improve docstrings
--- don't change below this line --- ENG-4087 Took 30 seconds Took 5 seconds
This commit is contained in:
@@ -13,7 +13,7 @@ error CallbackVerificationDispatcher__NonContractVerifier();
|
||||
* verification. This allows dynamically adding new supported protocols
|
||||
* without needing to upgrade any contracts.
|
||||
*
|
||||
* Note Verifier contracts need to implement the ICallbackVerifier interface
|
||||
* Note: Verifier contracts need to implement the ICallbackVerifier interface
|
||||
*/
|
||||
contract CallbackVerificationDispatcher {
|
||||
mapping(address => bool) public callbackVerifiers;
|
||||
|
||||
Reference in New Issue
Block a user