Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // key for constant fee parameter ParamStoreKeyLockCreateFee = []byte("LockCreateFee") ParamStoreKeyDepositBoxCreateFee = []byte("DepositBoxCreateFee") ParamStoreKeyFutureBoxCreateFee = []byte("FutureBoxCreateFee") ParamStoreKeyBoxDisableFeatureFee = []byte("DisableFeatureFee") ParamStoreKeyBoxDescribeFee = []byte("DescribeFee") )
Functions ¶
Types ¶
type Params ¶
type Params struct { LockCreateFee sdk.Coin `json:"lock_create_fee"` DepositBoxCreateFee sdk.Coin `json:"deposit_box_create_fee"` FutureBoxCreateFee sdk.Coin `json:"future_box_create_fee"` DisableFeatureFee sdk.Coin `json:"disable_feature_fee"` DescribeFee sdk.Coin `json:"describe_fee"` }
Param Config issue for issue
func DefaultParams ¶
DefaultParams returns a default set of parameters.
func (*Params) ParamSetPairs ¶
func (p *Params) ParamSetPairs() params.ParamSetPairs
ParamSetPairs implements the ParamSet interface and returns all the key/value pairs pairs of auth module's parameters. nolint
Click to show internal directories.
Click to hide internal directories.