Miscellaneous
GetByKey
Hedera protobuf reference for the GetByKey query used to retrieve the list of accounts, contracts, files, and topics associated with a given Hedera key.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hedera protobuf reference for the GetByKey query used to retrieve the list of accounts, contracts, files, and topics associated with a given Hedera key.
| Field | Type | Description |
|---|---|---|
accountID | AccountID | The Account ID for the cryptocurrency account |
liveHash | LiveHash | A uniquely identifying livehash of an acount |
fileID | FileID | The file ID of the file |
contractID | ContractID | The smart contract ID that identifies instance |
| Field | Type | Description |
|---|---|---|
header | QueryHeader | Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither). |
key | Key | The key to search for. It must not contain a contractID nor a ThresholdSignature. |
| Field | Type | Description |
|---|---|---|
header | ResponseHeader | Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither |
entities | EntityID | The list of entities that include this public key in their associated Key list |
Was this page helpful?