GetListedName
GetListedName function
GetListedName function is used to returned an object representing listed name on Namespace platform. The Listing object can be used to perform other operations with a namespace client.
Usage
By default, the client will look for a name which is listed on Ethereum Mainnet network. If the name comes from Sepolia Testnet, we will have to specify chainId parameters.
Return Type
The function returns a Listing interface, which contains the name metadata required for performing other supported operations
Last updated