Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type Module
- func (*Module) Descriptor() ([]byte, []int)deprecated
- func (x *Module) GetMaxExecutionPeriod() *durationpb.Duration
- func (x *Module) GetMaxMetadataLen() uint64
- func (*Module) ProtoMessage()
- func (x *Module) ProtoReflect() protoreflect.Message
- func (x *Module) Reset()
- func (x *Module) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cosmos_group_module_v1_module_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct { // max_execution_period defines the max duration after a proposal's voting period ends that members can send a MsgExec // to execute the proposal. MaxExecutionPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=max_execution_period,json=maxExecutionPeriod,proto3" json:"max_execution_period,omitempty"` // max_metadata_len defines the max length of the metadata bytes field for various entities within the group module. // Defaults to 255 if not explicitly set. MaxMetadataLen uint64 `protobuf:"varint,2,opt,name=max_metadata_len,json=maxMetadataLen,proto3" json:"max_metadata_len,omitempty"` // contains filtered or unexported fields }
Module is the config object of the group module.
func (*Module) Descriptor
deprecated
func (*Module) GetMaxExecutionPeriod ¶
func (x *Module) GetMaxExecutionPeriod() *durationpb.Duration
func (*Module) GetMaxMetadataLen ¶
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.