Skip to content

Commit

Permalink
add msg sender annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown unknown committed Nov 7, 2023
1 parent 6819e26 commit 2bbbe3e
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 66 deletions.
76 changes: 38 additions & 38 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.

1 change: 1 addition & 0 deletions proto/cosmos/accounts/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ message MsgExecuteResponse {

// MsgExecuteBundle defines the ExecuteBundle request type for the Msg/ExecuteBundle RPC method.
message MsgExecuteBundle {
option (cosmos.msg.v1.signer) = "bundler";
// bundler defines the entity going through the standard TX flow
// to execute one or multiple UserOperations on behalf of others.
string bundler = 1;
Expand Down
56 changes: 28 additions & 28 deletions x/accounts/v1/tx.pb.go

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

0 comments on commit 2bbbe3e

Please sign in to comment.