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.register(name, records, identity)
Description: This method will create a DPNS record matching your identity to the user or appname defined.

Parameters:

parameterstyperequiredDescription
nameStringyesAn alphanumeric (1-63 character) value used for human-identification (can contain - but not as the first or last character). If a name with no parent domain is entered, '.dash' is used.
recordsObjectyesrecords object having only one of the following items
records.dashUniqueIdentityIdStringnoUnique Identity ID for this name record
records.dashAliasIdentityIdStringnoUsed to signify that this name is the alias for another id
identityIdentityyesA valid registered identity

Example: await client.platform.names.register('alice', { dashUniqueIdentityId: identity.getId() }, identity)

Returns: the created domain document