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 |
---|---|---|
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 |
CryptoGetLiveHashResponse | 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. |
networkGetVersionInfo |
NetworkGetVersionInfoResponse | Semantic versions of Hedera Services and HAPI proto |
tokenGetInfo |
TokenGetInfoResponse | Get all information about a token |
scheduleGetInfo |
ScheduleGetInfoResponse | Get all information about a schedule entity |
tokenGetAccountNftInfo |
TokenGetAccountNftInfoResponse | A list of the NFTs associated with the account |
tokenGetNftInfo |
TokenGetNftInfoResponse | All information about an NFT |
tokenGetNftInfos |
TokenGetNftInfosResponse | A list of the NFTs for the token |