Source code for evmos.proto.autogen.py.cosmos.tx.config.v1

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# sources: cosmos/tx/config/v1/config.proto
# plugin: python-betterproto
# This file has been @generated

from dataclasses import dataclass

import betterproto


[docs] @dataclass(eq=False, repr=False) class Config(betterproto.Message): """Config is the config object of the x/auth/tx package.""" skip_ante_handler: bool = betterproto.bool_field(1) """ skip_ante_handler defines whether the ante handler registration should be skipped in case an app wants to override this functionality. """ skip_post_handler: bool = betterproto.bool_field(2) """ skip_post_handler defines whether the post handler registration should be skipped in case an app wants to override this functionality. """