evmos.proto.autogen.py.cosmos.tx.config.v1

Classes

Config(skip_ante_handler, skip_post_handler)

Config is the config object of the x/auth/tx package.

class evmos.proto.autogen.py.cosmos.tx.config.v1.Config(skip_ante_handler: bool = <object object>, skip_post_handler: bool = <object object>)[source]

Bases: Message

Config is the config object of the x/auth/tx package.

skip_ante_handler: bool = <object object>

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 = <object object>

skip_post_handler defines whether the post handler registration should be skipped in case an app wants to override this functionality.