TransactionServiceClient
Transaction Service Client
Author
Marcus Cvjeticanin
Since
0.3.0
Parameters
service
The service to connect to.
Functions
Link copied to clipboard
suspend fun createDelayedTransaction(createDelayedTransactionRequest: CreateDelayedTransactionRequest): CreateDelayedTransactionResponse?
Creates a delayed transaction.
Link copied to clipboard
suspend fun deleteDelayedTransaction(deleteDelayedTransactionRequest: DeleteDelayedTransactionRequest): DeleteDelayedTransactionResponse?
Deletes a delayed transaction.
Link copied to clipboard
Estimate the number of outputs that can be optimized in a fusion transaction.
Link copied to clipboard
suspend fun getDelayedTransactionHashes(getDelayedTransactionHashesRequest: GetDelayedTransactionHashesRequest): GetDelayedTransactionHashesResponse?
Get a list of transaction hashes for all delayed transactions.
Link copied to clipboard
Get a transaction from the service.
Link copied to clipboard
suspend fun getTransactionHashes(getTransactionHashesRequest: GetTransactionHashesRequest): GetTransactionHashesResponse?
Get a list of transactions hashes.
Link copied to clipboard
suspend fun getTransactions(getTransactionsRequest: GetTransactionsRequest): GetTransactionsResponse?
Get a list of transactions.
Link copied to clipboard
suspend fun getUnconfirmedTransactionHashes(getUnconfirmedTransactionHashesRequest: GetUnconfirmedTransactionHashesRequest): GetUnconfirmedTransactionHashesResponse?
Get a list of unconfirmed transaction hashes.
Link copied to clipboard
suspend fun sendDelayedTransaction(sendDelayedTransactionRequest: SendDelayedTransactionRequest): SendDelayedTransactionResponse?
Sends a delayed transaction.
Link copied to clipboard
suspend fun sendFusionTransaction(sendFusionTransactionRequest: SendFusionTransactionRequest): SendFusionTransactionResponse?
Send a fusion transaction to the service.
Link copied to clipboard
suspend fun sendTransaction(sendTransactionRequest: SendTransactionRequest): SendTransactionResponse?
Send a transaction to the blockchain.