Transfer a domain to another account
Transaction result
const name = 'test.chain'const recipientPub = 'ak_asd23dasdas...'const nameObject = await sdkInstance.aensQuery(name)await sdkInstance.aensTransfer(name, recipientPub, { ttl, fee, nonce })// orawait nameObject.transfer(recipientPub, { ttl, fee, nonce })
AENS name
Recipient account publick key
Options
Generated using TypeDoc
Transfer a domain to another account
Returns
Transaction result
Example