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
SDK users must use the transactionCompletion from the Utils package in order to view the TX results. This requires 2 lines of code for every invocation.
Suggestion:
Allow users to await for the transaction results in a single line. This could be done either by adding methods with an extra prefix or suffix. Example:
const result = await collection.sampleFromCollection({
collectionId: 1
}).AwaitResult()
I didn't find test invoke examples. I don't know if the SDK does that by itself or if users must do this extra check. Is it possible to do a test invoke?
The text was updated successfully, but these errors were encountered:
Hi,
SDK users must use the
transactionCompletion
from the Utils package in order to view the TX results. This requires 2 lines of code for every invocation.Suggestion:
Current Code:
Updated code:
I didn't find test invoke examples. I don't know if the SDK does that by itself or if users must do this extra check. Is it possible to do a test invoke?
The text was updated successfully, but these errors were encountered: