Skip to content

Commit

Permalink
Merge pull request #189 from xmtp/dj/frame-type
Browse files Browse the repository at this point in the history
Add transactionId to FrameActionBody
  • Loading branch information
daria-github authored May 24, 2024
2 parents 2c9e723 + eec9231 commit 9d398c3
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 @@ -30,6 +30,8 @@ message FrameActionBody {
string state = 7;
// A 0x wallet address
string address = 8;
// A hash from a transaction
string transaction_id = 9;
}

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

0 comments on commit 9d398c3

Please sign in to comment.