laconicd/third_party/proto/cosmos_proto/cosmos.proto
2021-04-19 09:10:57 +02:00

17 lines
340 B
Protocol Buffer

syntax = "proto3";
package cosmos_proto;
import "google/protobuf/descriptor.proto";
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;
}