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