mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-04 19:13:48 +00:00
Update eip-181.md (#2259)
This commit is contained in:
parent
334969730b
commit
8f98d3c0dd
@ -37,7 +37,7 @@ Allowing the caller to specify an owner other than themselves for the relevant n
|
||||
|
||||
### function claimWithResolver(address owner, address resolver) returns (bytes32 node)
|
||||
|
||||
When called by account `x`, instructs the ENS registry to set the resolver of the name `hex(x) + '.addr.reverse' to the specified resolver, then transfer ownership of the name to the provided address, and return the namehash of the ENS record thus transferred. This method facilitates setting up a custom resolver and owner in fewer transactions than would be required if calling `claim`.
|
||||
When called by account `x`, instructs the ENS registry to set the resolver of the name `hex(x) + '.addr.reverse'` to the specified resolver, then transfer ownership of the name to the provided address, and return the namehash of the ENS record thus transferred. This method facilitates setting up a custom resolver and owner in fewer transactions than would be required if calling `claim`.
|
||||
|
||||
### function setName(string name) returns (bytes32 node)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user