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

from message cosmos.tx.config.v1.Config

Hierarchy

Constructors

Properties

skipAnteHandler: boolean = false

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

from field: bool skip_ante_handler = 1;

skipPostHandler: boolean = false

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

from field: bool skip_post_handler = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.tx.config.v1.Config" = "cosmos.tx.config.v1.Config"

Methods