laconicd/third_party/proto/cosmos_proto/cosmos.proto
Federico Kunze 614e62fb7e
additions
2021-04-18 17:54:18 +02:00

15 lines
338 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; }