Guides
Dash CoreDash PlatformDash.orgDash User DocsLog In

🚧

New site!

All content has been migrated to docs.dash.org. You will be automatically redirected momentarily.

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).