> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-docs-evm-account-model.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CryptoService

| RPC                      | Request                                                      | Response                                                                     | Comments                                                                                             |
| ------------------------ | ------------------------------------------------------------ | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| createAccount            | [Transaction](/reference/protobuf/miscellaneous/transaction) | [TransactionResponse](/reference/protobuf/miscellaneous/transactionresponse) | Creates a new account by submitting the transaction. The grpc server returns the TransactionResponse |
| updateAccount            | [Transaction](/reference/protobuf/miscellaneous/transaction) | [TransactionResponse](/reference/protobuf/miscellaneous/transactionresponse) | Updates an account by submitting the transaction. The grpc server returns the TransactionResponse    |
| cryptoTransfer           | [Transaction](/reference/protobuf/miscellaneous/transaction) | [TransactionResponse](/reference/protobuf/miscellaneous/transactionresponse) | Initiates a transfer by submitting the transaction. The grpc server returns the TransactionResponse  |
| cryptoDelete             | [Transaction](/reference/protobuf/miscellaneous/transaction) | [TransactionResponse](/reference/protobuf/miscellaneous/transactionresponse) | Deletes and account by submitting the transaction. The grpc server returns the TransactionResponse   |
| addLiveHash              | [Transaction](/reference/protobuf/miscellaneous/transaction) | [TransactionResponse](/reference/protobuf/miscellaneous/transactionresponse) | (NOT CURRENTLY SUPPORTED) Adds a livehash                                                            |
| deleteLiveHash           | [Transaction](/reference/protobuf/miscellaneous/transaction) | [TransactionResponse](/reference/protobuf/miscellaneous/transactionresponse) | (NOT CURRENTLY SUPPORTED) Deletes a livehash                                                         |
| getLiveHash              | [Query](/reference/protobuf/miscellaneous/query)             | [Response](/reference/protobuf/miscellaneous/response)                       | (NOT CURRENTLY SUPPORTED) Retrieves a livehash for an account                                        |
| getAccountRecords        | [Query](/reference/protobuf/miscellaneous/query)             | [Response](/reference/protobuf/miscellaneous/response)                       | Retrieves the record(fetch by AccountID ID) for an account by submitting the query.                  |
| cryptoGetBalance         | [Query](/reference/protobuf/miscellaneous/query)             | [Response](/reference/protobuf/miscellaneous/response)                       | Retrieves the balance for an account by submitting the query.                                        |
| getAccountInfo           | [Query](/reference/protobuf/miscellaneous/query)             | [Response](/reference/protobuf/miscellaneous/response)                       | Retrieves the account information for an account by submitting the query.                            |
| getTransactionReceipts   | [Query](/reference/protobuf/miscellaneous/query)             | [Response](/reference/protobuf/miscellaneous/response)                       | Retrieves the transaction receipts for an account by TxId which last for 180sec only for no fee.     |
| getFastTransactionRecord | [Query](/reference/protobuf/miscellaneous/query)             | [Response](/reference/protobuf/miscellaneous/response)                       | Retrieves the transaction record by TxID which last for 180sec only for no fee.                      |
| getTxRecordByTxID        | [Query](/reference/protobuf/miscellaneous/query)             | [Response](/reference/protobuf/miscellaneous/response)                       | Retrieves the transactions record(fetch by Transaction ID) for an account by submitting the query.   |
| getStakersByAccountID    | [Query](/reference/protobuf/miscellaneous/query)             | [Response](/reference/protobuf/miscellaneous/response)                       | Retrieves the stakers for a node by account ID by submitting the query.                              |
| approveAllowances        | [Query](/reference/protobuf/miscellaneous/query)             | [Response](/reference/protobuf/miscellaneous/response)                       | Adds one or more approved allowances for spenders to transfer the paying account's hbar or tokens    |
| deleteAllowance          | [Query](/reference/protobuf/miscellaneous/query)             | [Response](/reference/protobuf/miscellaneous/response)                       | Deletes the approved NFT allowances on an owner account                                              |
