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
The contract level messages feature allows contract to generate custom events that get reported on the SSE after the contract executes on chain. Currently we don’t emit any types of messages when system level events happen (e.g. when an account is created, when access rights are changed, when a URef is created or granted etc). We can use the functionality created for contract level messages to also emit system level messages. Specifically we initially want to emit messages when an URef is created in order to aid future audits regarding resources accessible through URefs.
The text was updated successfully, but these errors were encountered:
The contract level messages feature allows contract to generate custom events that get reported on the SSE after the contract executes on chain. Currently we don’t emit any types of messages when system level events happen (e.g. when an account is created, when access rights are changed, when a URef is created or granted etc). We can use the functionality created for contract level messages to also emit system level messages. Specifically we initially want to emit messages when an URef is created in order to aid future audits regarding resources accessible through URefs.
The text was updated successfully, but these errors were encountered: