getTransactions

Get a list of transactions

This function returns a transactions list. The data can be filtered, sorted and paginated.

func getTransactions(filteredBy filters: String?, sorts: String?, page: Int?, pageSize: Int?, completion: @escaping (_ model: [TransactionResultView]?, _ error: String?)->()) {
}