You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param callback: A callable to call with each update of the result data. It takes one argument, the balance feed.
216
+
:param callback: A callable to call with each update of the result data. It takes one argument, the balance feed, a list of balances.
215
217
:param result_callback: A callable to call with the subscription result. It takes two arguments, err and result. err is None for successful calls, result is None for calls with error: callback(err, result).
216
218
217
-
:returns: A transaction of the account as feed for the callback.
219
+
:returns: A list of balances of the account as feed for the callback.
0 commit comments