Expand description
§Spark Types Protobuf Definitions
These are used to connect and make requests to Spark Operators.
This module contains the generated code for the Spark Types. It is generated by the build.rs script.
Re-exports§
pub use prost;
Modules§
- common
- Common types shared between different modules. This module contains the
common.protofile. - frost
- FROST types and service definitions used by Spark Operators to sign and verify signatures. This module contains the
frost.protofile. - spark
- The core for Spark proto types and service definitions. This module contains
spark.protoandspark_tree.protofiles. - spark_
authn - Authentication types and service definitions used by Spark Operators to authenticate with each other. This module contains the
spark_authn.protofile.