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.proto
file. - frost
- FROST types and service definitions used by Spark Operators to sign and verify signatures. This module contains the
frost.proto
file. - spark
- The core for Spark proto types and service definitions. This module contains
spark.proto
andspark_tree.proto
files. - spark_
authn - Authentication types and service definitions used by Spark Operators to authenticate with each other. This module contains the
spark_authn.proto
file.