Created
October 22, 2025 08:22
-
-
Save bigint/1e57bc7e8d811a2278c8c8694345a6db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.4; | |
| interface IExtendedResolver { | |
| function resolve(bytes memory name, bytes memory data) external view returns(bytes memory); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment