We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe365a commit 0ac8330Copy full SHA for 0ac8330
proto/secret/compute/v1beta1/msg.proto
@@ -243,6 +243,19 @@ message MsgContractGovernanceProposal {
243
244
message MsgContractGovernanceProposalResponse {}
245
246
+message MsgMigrateContractProposal {
247
+ option (gogoproto.goproto_getters) = false;
248
+ option (cosmos.msg.v1.signer) = "authority";
249
+ option (amino.name) = "wasm/MsgMigrateContractProposal";
250
+
251
+ string authority = 1;
252
+ string title = 2;
253
+ string description = 3;
254
+ repeated MigrateContractInfo contracts = 4;
255
+}
256
257
+message MsgMigrateContractProposalResponse {}
258
259
message MsgSetContractGovernance {
260
option (gogoproto.goproto_getters) = false;
261
option (cosmos.msg.v1.signer) = "sender";
0 commit comments