Resolve
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:
parameters | type | required | Description |
---|---|---|---|
name | String | yes | An 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).
Updated about 1 year ago