Bank proto buf migration (#6166)
* Bank proto buf migration * WIP: Added proto code for bank * added supply on bank module * Bank module proto migration * formatter applied * Added comment for RegisterInterfaceTypes in bank/module
This commit is contained in:
+6
@@ -7,4 +7,10 @@ option go_package = "github.com/regen-network/cosmos-proto";
|
||||
|
||||
extend google.protobuf.MessageOptions {
|
||||
string interface_type = 93001;
|
||||
|
||||
string implements_interface = 93002;
|
||||
}
|
||||
|
||||
extend google.protobuf.FieldOptions {
|
||||
string accepts_interface = 93001;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user