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 the Signing and Broadcasting section there's a reference to "$ACTION" but no information on what it is or what is should look like:
Description of the Design
Give a hint to the user that need to provide a json string that includes CapData. It has body and slots keys, and typically needs to be generated using a marshaller that is aware of boardIds for the current environment:
{ body: `#${JSON.stringify(data)}`, slots: [] }
The text was updated successfully, but these errors were encountered:
0xpatrickdev
changed the title
Sending wallet-action messages from agd
Signing and Broadcasting offers does not specify how to create an $ACTION
May 13, 2024
Problem
In the Signing and Broadcasting section there's a reference to
"$ACTION"
but no information on what it is or what is should look like:Description of the Design
Give a hint to the user that need to provide a json string that includes CapData. It has
body
andslots
keys, and typically needs to be generated using a marshaller that is aware ofboardId
s for the current environment:The text was updated successfully, but these errors were encountered: