penumbra_sdk_proto/gen/
tendermint.version.rs1#[derive(Clone, PartialEq, ::prost::Message)]
6pub struct App {
7 #[prost(uint64, tag = "1")]
8 pub protocol: u64,
9 #[prost(string, tag = "2")]
10 pub software: ::prost::alloc::string::String,
11}
12impl ::prost::Name for App {
13 const NAME: &'static str = "App";
14 const PACKAGE: &'static str = "tendermint.version";
15 fn full_name() -> ::prost::alloc::string::String {
16 "tendermint.version.App".into()
17 }
18 fn type_url() -> ::prost::alloc::string::String {
19 "/tendermint.version.App".into()
20 }
21}
22#[derive(Clone, Copy, PartialEq, ::prost::Message)]
26pub struct Consensus {
27 #[prost(uint64, tag = "1")]
28 pub block: u64,
29 #[prost(uint64, tag = "2")]
30 pub app: u64,
31}
32impl ::prost::Name for Consensus {
33 const NAME: &'static str = "Consensus";
34 const PACKAGE: &'static str = "tendermint.version";
35 fn full_name() -> ::prost::alloc::string::String {
36 "tendermint.version.Consensus".into()
37 }
38 fn type_url() -> ::prost::alloc::string::String {
39 "/tendermint.version.Consensus".into()
40 }
41}