getTransaction

abstract suspend fun getTransaction(id: String): Transaction?

Get a Transaction using the id parameter.

Parameters

id

String Identifier of the Transaction to be retrieved.

Throws