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
Lots of mailbox messages (i.e. the bytes in Messages.Body) are JSON encoded. The Magic Wormhole protocol documentation doesn't insist that this is the case, but all extant messages are JSON encoded.
There are some ways we can make this more convenient:
Lots of mailbox messages (i.e. the bytes in
Messages.Body
) are JSON encoded. The Magic Wormhole protocol documentation doesn't insist that this is the case, but all extant messages are JSON encoded.There are some ways we can make this more convenient:
A pair of
ToBody
andFromBody
typeclassessendEncryptedJSON
andreceiveEncryptedJSON
helpersProbably other ways too.
The text was updated successfully, but these errors were encountered: