Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cosmos_tx_module_v1_module_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct { // skip_ante_handler defines whether the ante handler registration should be skipped in case an app wants to override // this functionality. SkipAnteHandler bool `protobuf:"varint,1,opt,name=skip_ante_handler,json=skipAnteHandler,proto3" json:"skip_ante_handler,omitempty"` // skip_post_handler defines whether the post handler registration should be skipped in case an app wants to override // this functionality. SkipPostHandler bool `protobuf:"varint,2,opt,name=skip_post_handler,json=skipPostHandler,proto3" json:"skip_post_handler,omitempty"` // contains filtered or unexported fields }
Module is the config object of the tx module.
func (*Module) Descriptor
deprecated
func (*Module) GetSkipAnteHandler ¶
func (*Module) GetSkipPostHandler ¶
func (*Module) ProtoMessage ¶
func (*Module) ProtoMessage()
func (*Module) ProtoReflect ¶
func (x *Module) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.