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:
atheeshp
2020-05-12 17:35:05 +00:00
committed by GitHub
parent 2f68c4166d
commit da92383bff
12 changed files with 304 additions and 595 deletions
+6
View File
@@ -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;
}