getTransactionsHistory<T> method
Shows history of votes transaction between users and the application.
Implementation
Future<ApiResponse<T>> getTransactionsHistory<T>(
Map<String, Object> params,
) =>
_api.request<T>('secure.getTransactionsHistory', params);