Skip to content

Commit

Permalink
add amino annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
testinginprod committed Sep 23, 2024
1 parent 4432b93 commit b1f4dab
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 84 deletions.
84 changes: 43 additions & 41 deletions api/cosmos/auth/v1beta1/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/auth/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ message MsgNonAtomicExecResponse {
// MsgMigrateAccount defines a message which allows users to migrate from BaseAccount
// to other x/accounts types.
message MsgMigrateAccount {
option (amino.name) = "cosmos-sdk/x/auth/MsgMigrateAccount";
option (cosmos.msg.v1.signer) = "signer";

string signer = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
Expand Down
86 changes: 43 additions & 43 deletions x/auth/types/tx.pb.go

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

0 comments on commit b1f4dab

Please sign in to comment.