Response
A single response, which is returned from the node to the client, after the client sent the node a query. This includes all responses.
getBySolidityID
Get the IDs in the format used in transactions, given the format used in Solidity
contractGetBytecodeResponse
Get the bytecode for a smart contract instance
contractGetRecordsResponse
Get all existing records for a smart contract instance
cryptogetAccountBalance
Get the current balance in a cryptocurrency account
cryptoGetAccountRecords
Get all the records that currently exist for transactions involving an account
cryptoGetLiveHash
Get a single claim from a single account (or null if it doesn't exist)
cryptoGetProxyStakers
Get all the accounts that proxy stake to a given account, and how much they proxy stake
transactionGetReceipt
Get a receipt for a transaction (lasts 180 seconds)
transactionGetFastRecord
Get a record for a transaction (lasts 180 seconds)
networkGetVersionInfo
Semantic versions of Hedera Services and HAPI proto
Last updated