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