#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PubKey {
#[prost(bytes = "vec", tag = "1")]
pub key: ::prost::alloc::vec::Vec<u8>,
}
impl ::prost::Name for PubKey {
const NAME: &'static str = "PubKey";
const PACKAGE: &'static str = "cosmos.crypto.segwit";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.crypto.segwit.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PrivKey {
#[prost(bytes = "vec", tag = "1")]
pub key: ::prost::alloc::vec::Vec<u8>,
}
impl ::prost::Name for PrivKey {
const NAME: &'static str = "PrivKey";
const PACKAGE: &'static str = "cosmos.crypto.segwit";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.crypto.segwit.{}", Self::NAME)
}
}
include!("cosmos.crypto.segwit.serde.rs");