You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2023. It is now read-only.
rns.transfer(domain,to)// if domain is uner .rsk, executes RNS Registry transfer and ERC-721 safe token transferrns.onlyTokenTransfer(domain,to)// executes .rsk token safe transfer, no registry transfer.rns.onlyRegistryTransfer(domain,to)// executes RNS Registry setOwner method, no token transfer
Enable to transfer different types of ownership.
Expected interface:
Refs:
The text was updated successfully, but these errors were encountered: