Skip to content

Commit

Permalink
Add event type for buy nft
Browse files Browse the repository at this point in the history
  • Loading branch information
elise-ng committed Jul 1, 2022
1 parent 87f987a commit 2f6032a
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 32 deletions.
8 changes: 8 additions & 0 deletions proto/likechain/likenft/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 102,11 @@ message EventSellNFT {
string buyer = 4;
uint64 price = 5;
}

message EventBuyNFT {
string class_id = 1;
string nft_id = 2;
string seller = 3;
string buyer = 4;
uint64 price = 5;
}
Loading

0 comments on commit 2f6032a

Please sign in to comment.