fetchai / uAgents

A fast and lightweight framework for creating decentralized agents with ease.
Apache License 2.0
995 stars 241 forks source link

feat(core): add function to unregister domain name #471

Closed Alejandro-Morales closed 3 months ago

Alejandro-Morales commented 3 months ago

This PR add a function to NameServiceContract to unregister domain name:

name_service_contract.unregister(name, DOMAIN, my_wallet)