Skip to content

Commit

Permalink
chore: Add cosmos.msg.v1.signer option to tx.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Jun 7, 2024
1 parent ba73cb3 commit 694dc3f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 43 deletions.
2 changes: 2 additions & 0 deletions proto/archway/cwica/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ service Msg {
message MsgRegisterInterchainAccount {
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;
option (cosmos.msg.v1.signer) = "contract_address";
// contract_address is the address of the contrat who wants to register an ica
// account on the counterparty chain
string contract_address = 1
Expand All @@ -46,6 +47,7 @@ message MsgRegisterInterchainAccountResponse {}
message MsgSendTx {
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;
option (cosmos.msg.v1.signer) = "contract_address";
// contract_address is the address of the who wants to submit a transaction to
// the counterparty chain
string contract_address = 1
Expand Down
86 changes: 43 additions & 43 deletions x/cwica/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 694dc3f

Please sign in to comment.