Skip to content

Commit

Permalink
🚧 Add full_pay_to_royalty for MsgSellNFT and EventSellNFT
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiJun0827 committed Nov 9, 2022
1 parent af2e662 commit b2ef558
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 126 deletions.
1 change: 1 addition & 0 deletions proto/likechain/likenft/v1/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ message EventSellNFT {
string seller = 3;
string buyer = 4;
uint64 price = 5;
bool full_pay_to_royalty = 6;
}

message EventBuyNFT {
Expand Down
1 change: 1 addition & 0 deletions proto/likechain/likenft/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ message MsgSellNFT {
string nft_id = 3;
string buyer = 4;
uint64 price = 5;
bool full_pay_to_royalty = 6;
}

message MsgSellNFTResponse {}
Expand Down
131 changes: 87 additions & 44 deletions x/likenft/types/event.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b2ef558

Please sign in to comment.