Ens
Usage
Ens Class
This class provides methods to interact with Ethereum Name Service (ENS).
constructor(http: HttpClient<SecurityDataType>)
constructor(http: HttpClient<SecurityDataType>)
Creates a new instance of the Ens class.
resolve(data: EnsResolveInput, params: RequestParams = {})
resolve(data: EnsResolveInput, params: RequestParams = {})
Resolves an ENS name to its corresponding address.
Please note that this is a basic documentation. For a complete and useful documentation, each method should have a detailed description, including its parameters, return value, and any side effects or errors it might produce.
Last updated