package cosmos_proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message InterfaceDescriptor

cosmos.proto:53

InterfaceDescriptor describes an interface type to be used with accepts_interface and implements_interface and declared by declare_interface.

message ScalarDescriptor

cosmos.proto:73

ScalarDescriptor describes an scalar type to be used with the scalar field option and declared by declare_scalar. Scalars extend simple protobuf built-in types with additional syntax and semantics, for instance to represent big integers. Scalars should ideally define an encoding such that there is only one valid syntactical representation for a given semantic meaning, i.e. the encoding should be deterministic.

enum ScalarType

cosmos.proto:93

Used in: ScalarDescriptor