Guides
Dash CoreDash PlatformDash.orgDash User DocsLog In
These docs are for v0.24.0. Click to read the latest docs for v0.25-redirect.

Usage: client.platform.names.resolve('<name>.dash')
Description: This method will allow you to resolve a DPNS record from its humanized name.

Parameters:

parameterstyperequiredDescription
nameStringyesAn alphanumeric (2-63) value used for human-identification (can contains -)

Example: await client.platform.names.resolve('alice.dash')

Returns : ExtendedDocument (or null if do not exist).