refactor: remove unused fields from

This commit is contained in:
Prad Nukala
2024-10-08 17:13:22 -04:00
parent f6879f1c12
commit 35348fef6a
4 changed files with 124 additions and 1207 deletions
-12
View File
@@ -33,15 +33,6 @@ message MsgRegisterController {
// authority is the address of the governance account.
string authority = 1 [ (cosmos_proto.scalar) = "cosmos.AddressString" ];
// Assertions is the list of assertions to initialize the controller with.
repeated bytes assertions = 2;
// Keyshares is the list of keyshares to initialize the controller with.
repeated bytes keyshares = 3;
// Verifications is the list of verifications to initialize the controller
// with.
repeated bytes verifications = 4;
}
// MsgRegisterControllerResponse is the response type for the
@@ -53,9 +44,6 @@ message MsgRegisterControllerResponse {
// Controller is the address of the initialized controller.
string controller = 2 [ (cosmos_proto.scalar) = "cosmos.AddressString" ];
// Accounts are a Address Map and Supported coin Denoms for the controller
map<string, string> accounts = 3;
}
// MsgExecuteTx is the message type for the ExecuteTx RPC.