getTransactions

fun getTransactions(completion: (Completion<Transactions>) -> Unit)

Fetches a list of transactions for the current user sorted in descending order by creation date.

Parameters

completion

The block to be called when the request is completed including either the transactions or a Throwable.