Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type Params
- func (*Params) Descriptor() ([]byte, []int)deprecated
- func (x *Params) GetDenomCreationFee() []*v1beta1.Coin
- func (x *Params) GetDenomCreationGasConsume() uint64
- func (x *Params) GetFeeCollectorAddress() string
- func (*Params) ProtoMessage()
- func (x *Params) ProtoReflect() protoreflect.Message
- func (x *Params) Reset()
- func (x *Params) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_osmosis_tokenfactory_params_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct { // DenomCreationFee defines the fee to be charged on the creation of a new // denom. The fee is drawn from the MsgCreateDenom's sender account, and // transferred to the community pool. DenomCreationFee []*v1beta1.Coin `protobuf:"bytes,1,rep,name=denom_creation_fee,json=denomCreationFee,proto3" json:"denom_creation_fee,omitempty"` // DenomCreationGasConsume defines the gas cost for creating a new denom. // This is intended as a spam deterrence mechanism. // // See: https://github.com/CosmWasm/token-factory/issues/11 DenomCreationGasConsume uint64 `` /* 135-byte string literal not displayed */ // FeeCollectorAddress is the address where fees collected from denom creation // are sent to FeeCollectorAddress string `protobuf:"bytes,3,opt,name=fee_collector_address,json=feeCollectorAddress,proto3" json:"fee_collector_address,omitempty"` // contains filtered or unexported fields }
Params defines the parameters for the tokenfactory module.
func (*Params) Descriptor
deprecated
func (*Params) GetDenomCreationFee ¶
func (*Params) GetDenomCreationGasConsume ¶
func (*Params) GetFeeCollectorAddress ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) ProtoReflect ¶
func (x *Params) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.