Skip to content

Commit

Permalink
MsgExecute order updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLieu committed Dec 3, 2024
1 parent 35fb3e8 commit f1a888c
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 118 deletions.
97 changes: 48 additions & 49 deletions api/cosmos/accounts/v1/tx.pulsar.go

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

5 changes: 3 additions & 2 deletions x/accounts/proto/cosmos/accounts/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ message MsgExecute {
// target is the address of the account to be executed.
string target = 2;
// message is the message to be sent to the account.
string json_message = 3;

string execute_msg_type_url = 4;
string execute_msg_type_url = 3;

string json_message = 4;
// funds contains the coins that the account wants to
// send alongside the request.
repeated cosmos.base.v1beta1.Coin funds = 5
Expand Down
Loading

0 comments on commit f1a888c

Please sign in to comment.