A single response, which is returned from the node to the client, after the client sent the node a query. This includes all responses.
| Field | Type | Description | |
|---|---|---|---|
| response | oneof | ||
| getByKey | GetByKeyResponse | Get all entities associated with a given key | |
| getBySolidityID | GetBySolidityIDResponse | Get the IDs in the format used in transactions, given the format used in Solidity | |
| contractCallLocal | ContractCallLocalResponse | Response to call a function of a smart contract instance | |
| contractGetBytecodeResponse | ContractGetBytecodeResponse | Get the bytecode for a smart contract instance | |
| contractGetInfo | ContractGetInfoResponse | Get information about a smart contract instance | |
| contractGetRecordsResponse | ContractGetRecordsResponse | Get all existing records for a smart contract instance | |
| cryptogetAccountBalance | CryptoGetAccountBalanceResponse | Get the current balance in a cryptocurrency account | |
| cryptoGetAccountRecords | CryptoGetAccountRecordsResponse | Get all the records that currently exist for transactions involving an account | |
| cryptoGetInfo | CryptoGetInfoResponse | Get all information about an account | |
| cryptoGetLiveHash | CryptoGetLiveHash | Get a single claim from a single account (or null if it doesn't exist) | |
| cryptoGetProxyStakers | CryptoGetStakersResponse | Get all the accounts that proxy stake to a given account, and how much they proxy stake | |
| fileGetContents | FileGetContentsResponse | Get the contents of a file (the bytes stored in it) | |
| fileGetInfo | FileGetInfoResponse | Get information about a file, such as its expiration date | |
| transactionGetReceipt | TransactionGetReceiptResponse | Get a receipt for a transaction (lasts 180 seconds) | |
| transactionGetRecord | TransactionGetRecordResponse | Get a record for a transaction (lasts 1 hour) | |
| transactionGetFastRecord | TransactionGetFastRecordResponse | Get a record for a transaction (lasts 180 seconds) | |
| consensusGetTopicInfo | ConsensusGetTopicInfoResponse | Parameters of and state of a consensus topic. |