getAppBalance<T> method

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

Returns payment balance of the application in hundredth of a vote.

Implementation

Future<ApiResponse<T>> getAppBalance<T>(Map<String, Object> params) =>
    _api.request<T>('secure.getAppBalance', params);