Skip to content

Instantly share code, notes, and snippets.

@bigint
Created October 22, 2025 08:22
Show Gist options
  • Save bigint/1e57bc7e8d811a2278c8c8694345a6db to your computer and use it in GitHub Desktop.
Save bigint/1e57bc7e8d811a2278c8c8694345a6db to your computer and use it in GitHub Desktop.
// 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