Skip to content

Commit

Permalink
docs: add note about masternode identities to getIdentityByPublicKeyHash
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Oct 21, 2024
1 parent 7886f27 commit 9612103
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/dapi-endpoints-platform-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,10 @@ grpcurl -proto protos/platform/v0/platform.proto \

**Returns**: An [identity](../explanations/identity.md) associated with the provided public key hash

:::{note}
This endpoint only works for unique keys. Since masternode keys do not have to be unique (e.g. voting keys), some masternode identities cannot be retrieved using this endpoint.
:::

**Parameters**:

| Name | Type | Required | Description |
Expand Down

0 comments on commit 9612103

Please sign in to comment.