getAppBalance<T> method
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);
Returns payment balance of the application in hundredth of a vote.
Future<ApiResponse<T>> getAppBalance<T>(Map<String, Object> params) =>
_api.request<T>('secure.getAppBalance', params);