TransactionClient

class TransactionClient(walletApi: WalletApi)

Transaction client

Author

Marcus Cvjeticanin

Since

0.3.0

Parameters

walletApi

The wallet API to connect to.

Constructors

Link copied to clipboard
constructor(walletApi: WalletApi)

Functions

Link copied to clipboard
suspend fun sendTransaction(sendTransactionRequest: SendTransactionRequest): SendTransactionResponse?

Send transaction.

Link copied to clipboard

Send advanced transaction.

Link copied to clipboard

Send fusion transaction.

Link copied to clipboard

Send advanced fusion transaction.

Link copied to clipboard

Get transaction detail with a given hash.

Link copied to clipboard

Get all transactions.

Link copied to clipboard

Get all transactions starting at the given block and ending at the given block belonging to the given address.

Link copied to clipboard

Get all unconfirmed transactions.

Link copied to clipboard

Get all unconfirmed transactions with a given address.