Update proto types

This commit is contained in:
Prad Nukala
2024-08-31 12:49:44 -04:00
parent b579212464
commit e668d5f2cb
25 changed files with 19556 additions and 10547 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ syntax = "proto3";
package did.v1;
import "cosmos/msg/v1/msg.proto";
import "did/v1/enums.proto";
import "did/v1/models.proto";
import "did/v1/genesis.proto";
import "gogoproto/gogo.proto";
import "cosmos_proto/cosmos.proto";
@@ -121,7 +121,7 @@ message MsgRegisterController {
string authority = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
// Assertions is the list of assertions to initialize the controller with.
repeated bytes assertions = 2;
string cid = 2;
// Keyshares is the list of keyshares to initialize the controller with.
repeated bytes keyshares = 3;