penumbra_sdk_proto/gen/
cosmos.tx.config.v1.rs#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct Config {
#[prost(bool, tag = "1")]
pub skip_ante_handler: bool,
#[prost(bool, tag = "2")]
pub skip_post_handler: bool,
}
impl ::prost::Name for Config {
const NAME: &'static str = "Config";
const PACKAGE: &'static str = "cosmos.tx.config.v1";
fn full_name() -> ::prost::alloc::string::String {
"cosmos.tx.config.v1.Config".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/cosmos.tx.config.v1.Config".into()
}
}