Usage
1.1 Resolve domain name
The name
method allows you to resolve a domain name. It returns a Promise that resolves with the domain name or rejects with an error if the resolution fails.
Parameter:
domainName
(string.sei): The domain name you want to resolve.
Example:
1.2 Resolve wallet address
The getName
method allows you to resolve the address. It returns a Promise that resolves with the wallet address or rejects with an error if the resolution fails.
Parameter:
walletAddress
(sei${string}): The wallet address you want to resolve.
Example:
Last updated