We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a388a9c commit be1bbc1Copy full SHA for be1bbc1
ens-improvement-proposals/ensip-16-offchain-metadata.md
@@ -55,6 +55,7 @@ interface IOffChainResolver {
55
56
// optional.
57
// this returns data via l2 with EIP-3668 so that non EVM chains can also return information of which address can update the record
58
+ // The same function name exists on L2 where delegate returns address instead of bytes
59
function isApprovedFor(bytes context, bytes32 node, bytes delegate) returns (bool);
60
61
/** @dev Returns the owner of the resolver on L2
0 commit comments