Closed pikonha closed 1 month ago
The OffchainResolver interface establishes a single register function for both DB and L2 domains.
OffchainResolver
register
Use the same register function for registering subdomains:
function register( bytes32 parentNode, string calldata label, address owner, uint256 duration, bytes32 secret, address resolver, bytes[] calldata data, bool reverseRecord, uint16 fuses, bytes memory extraData ) external payable;
done by #220
Feature Request
Describe the Feature Request
The
OffchainResolver
interface establishes a singleregister
function for both DB and L2 domains.Describe Preferred Solution
Use the same
register
function for registering subdomains:Describe Alternatives
Related Code
Additional Context