Documentation
¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_hyperlane_warp_module_v1_module_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct { EnabledTokens []int32 `protobuf:"varint,1,rep,packed,name=enabled_tokens,json=enabledTokens,proto3" json:"enabled_tokens,omitempty"` // authority defines the custom module authority. // if not set, defaults to the governance module. Authority string `protobuf:"bytes,2,opt,name=authority,proto3" json:"authority,omitempty"` // contains filtered or unexported fields }
Module is the app config object of the module. Learn more: https://docs.cosmos.network/main/building-modules/depinject
func (*Module) Descriptor
deprecated
func (*Module) GetAuthority ¶
func (*Module) GetEnabledTokens ¶
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.