API object to access the convex network.
Registry object to call registry commands
Clear the internal CNS cache. This will restart the requests to resolve registry names.
Return the address of the CNS system. This calls (address *registry*)
to find the internal address used
by convex than has the registration list
Address of the registration library/actor
Return true if the name has been registered.
Name of the registry entry
boolean True or False if the name has been registered.
Return registry information about the registered name. At the moment this just returns the address and the owner address of the registered item.
Name of the registered item
return an IRegistryItem record with the address and owner address of the registered name
Register or update a name with the CNS ( Convex Named Service ).
Name to register or update
Address to register/update with the name
ConvexAccount to use to sign and spend a fee to register/update the name.
an IRegistryItem object with the new address and owner address of the registered item.
Resolve a registartion name to an address.
Name of the registration to resolve.
The address saved for this registered name.
Resolve a registerd name to it's owner. Only an owner address can update a current registered name
Name of the registration.
Generated using TypeDoc
Initaliizes a new Registry object, you need to provide a ConvexAPI Object.
Best practice is to use the convex.registry property instead of creating a new object