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 |
---|---|---|
| Get all entities associated with a given key | |
| Get the IDs in the format used in transactions, given the format used in Solidity | |
| Response to call a function of a smart contract instance | |
| Get the bytecode for a smart contract instance | |
| Get information about a smart contract instance | |
| Get all existing records for a smart contract instance | |
| Get the current balance in a cryptocurrency account | |
| Get all the records that currently exist for transactions involving an account | |
| Get all information about an account | |
| Get a single claim from a single account (or null if it doesn't exist) | |
| Get all the accounts that proxy stake to a given account, and how much they proxy stake | |
| Get the contents of a file (the bytes stored in it) | |
| Get information about a file, such as its expiration date | |
| Get a receipt for a transaction (lasts 180 seconds) | |
| Get a record for a transaction (lasts 1 hour) | |
| Get a record for a transaction (lasts 180 seconds) | |
| Parameters of and state of a consensus topic. | |
| Semantic versions of Hedera Services and HAPI proto | |
| Get all information about a token | |
| Get all information about a schedule entity | |
| A list of the NFTs associated with the account | |
| All information about an NFT | |
| A list of the NFTs for the token |
Last updated