getTransactionsHistory<T> method

Future<ApiResponse<T>> getTransactionsHistory<T>(
  1. Map<String, Object> params
)

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);