Documentation ¶
Index ¶
- Variables
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (m *Params) GetDenomCreationFee() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *Params) GetDenomCreationGasConsume() uint64
- func (m *Params) GetFeeCollectorAddress() string
- func (m *Params) Marshal() (dAtA []byte, err error)
- func (m *Params) MarshalTo(dAtA []byte) (int, error)
- func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (m *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
- func (m *Params) XXX_DiscardUnknown()
- func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Params) XXX_Merge(src proto.Message)
- func (m *Params) XXX_Size() int
- func (m *Params) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
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 github_com_cosmos_cosmos_sdk_types.Coins `` /* 181-byte string literal not displayed */ // 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 `` /* 169-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"` }
Params defines the parameters for the tokenfactory module.
func (*Params) Descriptor ¶
func (*Params) GetDenomCreationFee ¶
func (m *Params) GetDenomCreationFee() github_com_cosmos_cosmos_sdk_types.Coins
func (*Params) GetDenomCreationGasConsume ¶
func (*Params) GetFeeCollectorAddress ¶
func (*Params) MarshalToSizedBuffer ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.