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
Currently consumers of clientlib-ktx have to manually authorize/reauthorize the connection every time they transact. This can lead to unfortunate bugs with mismatched auth tokens & wallets.
The transact method should take an option auth token as an argument, the assumption being that if no auth token is passed in, an authorization operation is performed. If a token is passed in, a reauthorization is asssumed.
The text was updated successfully, but these errors were encountered:
Currently consumers of clientlib-ktx have to manually authorize/reauthorize the connection every time they transact. This can lead to unfortunate bugs with mismatched auth tokens & wallets.
The
transact
method should take an option auth token as an argument, the assumption being that if no auth token is passed in, an authorization operation is performed. If a token is passed in, a reauthorization is asssumed.The text was updated successfully, but these errors were encountered: