Guides
Dash CoreDash PlatformDash.orgDash User DocsLog In

getIdentityByFirstPublicKey

🚧

New site!

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

Usage: async client.platform.getIdentityByFirstPublicKey(publicKeyHash)
Description: Fetch the identity using the public key hash of the identity's first key

Parameters:

parameterstyperequiredDescription
publicKeyHashStringyesA valid public key hash

Returns : Promise<!Buffer|null>