2021-01-07 21:45:32 +00:00
|
|
|
syntax = "proto3";
|
|
|
|
package cosmos_proto;
|
|
|
|
|
|
|
|
import "google/protobuf/descriptor.proto";
|
|
|
|
|
|
|
|
option go_package = "github.com/regen-network/cosmos-proto";
|
|
|
|
|
|
|
|
extend google.protobuf.MessageOptions {
|
2021-08-23 13:15:55 +00:00
|
|
|
string interface_type = 93001;
|
2021-01-07 21:45:32 +00:00
|
|
|
|
2021-08-23 13:15:55 +00:00
|
|
|
string implements_interface = 93002;
|
2021-01-07 21:45:32 +00:00
|
|
|
}
|
|
|
|
|
2021-04-19 07:10:57 +00:00
|
|
|
extend google.protobuf.FieldOptions {
|
2021-08-23 13:15:55 +00:00
|
|
|
string accepts_interface = 93001;
|
2021-04-19 07:10:57 +00:00
|
|
|
}
|