Skip to content

Commit 136cf2f

Browse files
authored
docs: add note about masternode identities to getIdentityByPublicKeyHash (#86)
* docs: add note about masternode identities to getIdentityByPublicKeyHash * style: wrap
1 parent 1aac795 commit 136cf2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/dapi-endpoints-platform-endpoints.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,11 @@ grpcurl -proto protos/platform/v0/platform.proto \
725725

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

728+
:::{note}
729+
This endpoint only works for unique keys. Since masternode keys do not have to be unique (e.g.,
730+
voting keys), some masternode identities cannot be retrieved using this endpoint.
731+
:::
732+
728733
**Parameters**:
729734

730735
| Name | Type | Required | Description |

0 commit comments

Comments
 (0)