JS Kit SDK API Reference / Domain / getSnsDomainAddress
Function: getSnsDomainAddress()
getSnsDomainAddress(
params):Promise<GetSnsDomainAddressResult>
Defined in: domain/getSnsDomainAddress.ts:61
Derives the address of a domain, subdomain, or record account.
Parameters
params
Derivation parameters
Returns
Promise<GetSnsDomainAddressResult>
Derived account address and metadata describing top-level, subdomain, or sub-record derivation.
Example
const derived = await getSnsDomainAddress({ domain: "example" });