feat(x/gov): multiple choice proposals (#18762)

This commit is contained in:
Julien Robert
2024-01-08 11:55:37 +00:00
committed by GitHub
parent 6848448dc2
commit 41c84d6190
32 changed files with 6606 additions and 954 deletions
@@ -87,7 +87,7 @@ Submitting a new multiple choice proposal will use a different message than the
```protobuf
message MsgSubmitMultipleChoiceProposal {
repeated cosmos.base.v1beta1.Coin initial_deposit = 1
repeated cosmos.base.v1beta1.Coin initial_deposit = 1;
string proposer = 2 [(cosmos_proto.scalar) = "cosmos.AddressString"];
string metadata = 3;
string title = 4;