Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Transfer domains #20

Open
ilanolkies opened this issue Feb 6, 2020 · 0 comments
Open

Transfer domains #20

ilanolkies opened this issue Feb 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ilanolkies
Copy link
Contributor

Enable to transfer different types of ownership.

Expected interface:

rns.transfer(domain, to) // if domain is uner .rsk, executes RNS Registry transfer and ERC-721 safe token transfer
rns.onlyTokenTransfer(domain, to) // executes .rsk token safe transfer, no registry transfer.
rns.onlyRegistryTransfer(domain, to) // executes RNS Registry setOwner method, no token transfer

Refs:

@ilanolkies ilanolkies added the enhancement New feature or request label Feb 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant