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
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
After a PostTxProcessing , in some cases some informations need to passed to the users
In that case it would make sense to have to ability to add more logs to the receipt.
One concrete example:
When hooking with the gravity bridge. the function return an "id" which specify the batch your transaction has been bundled to.
This Id is essential for user if they want to cancel the operation.
With this feature, we can return a specific log that the Dapp that catch in order to implement a cancel mechanism.
The text was updated successfully, but these errors were encountered:
After a
PostTxProcessing
, in some cases some informations need to passed to the usersIn that case it would make sense to have to ability to add more logs to the receipt.
One concrete example:
When hooking with the gravity bridge. the function return an "id" which specify the batch your transaction has been bundled to.
This Id is essential for user if they want to cancel the operation.
With this feature, we can return a specific log that the Dapp that catch in order to implement a cancel mechanism.
The text was updated successfully, but these errors were encountered: