Skip to content

Commit

Permalink
Merge pull request #169 from xmtp/dj/tx-type-fix
Browse files Browse the repository at this point in the history
Add address to FrameActionBody type
  • Loading branch information
daria-github authored Apr 19, 2024
2 parents 89e9d31 + 3acb525 commit 633188f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/message_contents/frames.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ message FrameActionBody {
string input_text = 6;
// A state serialized to a string (for example via JSON.stringify()). Maximum 4096 bytes.
string state = 7;
// A 0x wallet address
string address = 8;
}

// The outer payload that will be sent as the `messageBytes` in the
Expand Down

0 comments on commit 633188f

Please sign in to comment.