11 lines
225 B
Protocol Buffer
11 lines
225 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;
|
||
|
}
|