penumbra_sdk_proto/gen/
tendermint.version.rs#[derive(Clone, PartialEq, ::prost::Message)]
pub struct App {
#[prost(uint64, tag = "1")]
pub protocol: u64,
#[prost(string, tag = "2")]
pub software: ::prost::alloc::string::String,
}
impl ::prost::Name for App {
const NAME: &'static str = "App";
const PACKAGE: &'static str = "tendermint.version";
fn full_name() -> ::prost::alloc::string::String {
"tendermint.version.App".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/tendermint.version.App".into()
}
}
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct Consensus {
#[prost(uint64, tag = "1")]
pub block: u64,
#[prost(uint64, tag = "2")]
pub app: u64,
}
impl ::prost::Name for Consensus {
const NAME: &'static str = "Consensus";
const PACKAGE: &'static str = "tendermint.version";
fn full_name() -> ::prost::alloc::string::String {
"tendermint.version.Consensus".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/tendermint.version.Consensus".into()
}
}