getTransactionReceipt

abstract fun getTransactionReceipt(transactionHash: Felt): Request<out TransactionReceipt>

Get transaction receipt

Get a receipt of the transactions.

Parameters

transactionHash

a hash of sent transaction

Throws