Skip to content

Commit

Permalink
update module token proto
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Nov 25, 2024
1 parent b32ee51 commit 2f5afe5
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 82 deletions.
81 changes: 41 additions & 40 deletions api/irismod/token/v1beta1/tx.pulsar.go

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

84 changes: 42 additions & 42 deletions modules/token/types/v1beta1/tx.pb.go

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

1 change: 1 addition & 0 deletions proto/irismod/token/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ message MsgMintTokenResponse {}

// MsgBurnToken defines an SDK message for burning some tokens
message MsgBurnToken {
option (cosmos.msg.v1.signer) = "sender";
string symbol = 1;
uint64 amount = 2;
string sender = 3;
Expand Down

0 comments on commit 2f5afe5

Please sign in to comment.