Comment on page
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.
Field | Type | Description |
---|---|---|
getByKey | Get all entities associated with a given key | |
getBySolidityID | Get the IDs in the format used in transactions, given the format used in Solidity | |
contractCallLocal | Response to call a function of a smart contract instance | |
contractGetBytecodeResponse | Get the bytecode for a smart contract instance | |
contractGetInfo | Get information about 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 | |
cryptoGetInfo | Get all information about 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 | |
fileGetContents | Get the contents of a file (the bytes stored in it) | |
fileGetInfo | Get information about a file, such as its expiration date | |
transactionGetReceipt | Get a receipt for a transaction (lasts 180 seconds) | |
transactionGetRecord | Get a record for a transaction (lasts 1 hour) | |
transactionGetFastRecord | Get a record for a transaction (lasts 180 seconds) | |
consensusGetTopicInfo | Parameters of and state of a consensus topic. | |
networkGetVersionInfo | Semantic versions of Hedera Services and HAPI proto | |
tokenGetInfo | Get all information about a token | |
scheduleGetInfo | Get all information about a schedule entity | |
tokenGetAccountNftInfo | A list of the NFTs associated with the account | |
tokenGetNftInfo | All information about an NFT | |
tokenGetNftInfos | A list of the NFTs for the token |
Last modified 4mo ago