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
Now several receivers are used for different comments, but it is possible to use one receiver.
We can't just compare the received message with a string, but we can use the following construct:
msg.asSlice().hash() == "str".asSlice().hash()
Here is the receiver for a simple counter contract:
Now several receivers are used for different comments, but it is possible to use one receiver.
We can't just compare the received message with a string, but we can use the following construct:
Here is the receiver for a simple counter contract: