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 I implemented all APIs with finality: final, which would be used in the most use cases.
But this is not correctly reflects provided possibilities of the NEAR RPC as finality could be final or optimistic.
WHAT
Update all corresponding APIs with dynamic finality param and create tests for new options.
The text was updated successfully, but these errors were encountered:
WHY
Currently I implemented all APIs with
finality: final
, which would be used in the most use cases.But this is not correctly reflects provided possibilities of the NEAR RPC as finality could be
final
oroptimistic
.WHAT
Update all corresponding APIs with dynamic finality param and create tests for new options.
The text was updated successfully, but these errors were encountered: