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
In order to have the transaction fail when a NearPromise for a transfer is created that encounters an error, the NearPromise must be returned from the contract function. We cannot due this in our StorageManagement functions since there is other data required to be returned instead. We need a way to tie into NearPromise failures when using .build()
The text was updated successfully, but these errors were encountered:
In order to have the transaction fail when a
NearPromise
for atransfer
is created that encounters an error, theNearPromise
must be returned from the contract function. We cannot due this in our StorageManagement functions since there is other data required to be returned instead. We need a way to tie intoNearPromise
failures when using.build()
The text was updated successfully, but these errors were encountered: