Documentation ¶
Index ¶
- Constants
- func FloorMinGasPrice(r *rand.Rand) uint64
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func ParamChanges(r *rand.Rand) []simtypes.ParamChange
- func ProposalContents(k keeper.Keeper) []simtypes.WeightedProposalContent
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateCreateAddMsgFeesProposal(k keeper.Keeper) simtypes.ContentSimulatorFn
- func SimulateCreateRemoveMsgFeesProposal(k keeper.Keeper) simtypes.ContentSimulatorFn
Constants ¶
View Source
const ( // OpWeightAddMsgFeesProposal add msg fees proposal //nolint:gosec OpWeightAddMsgFeesProposal = "op_weight_add_msg_based_fees_proposal" OpWeightRemoveMsgFeesProposal = "op_weight_remove_msg_based_fees_proposal" )
View Source
const (
FloorGasPrice = "floor_gas_price"
)
Simulation parameter constants
Variables ¶
This section is empty.
Functions ¶
func FloorMinGasPrice ¶
FloorMinGasPrice randomized FloorGasPrice
func NewDecodeStore ¶
NewDecodeStore returns a decoder function closure that unmarshalls the KVPair's Value
func ParamChanges ¶
func ParamChanges(r *rand.Rand) []simtypes.ParamChange
ParamChanges defines the parameters that can be modified by param change proposals on the simulation
func ProposalContents ¶
func ProposalContents(k keeper.Keeper) []simtypes.WeightedProposalContent
ProposalContents defines the module weighted proposals' contents
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for distribution
func SimulateCreateAddMsgFeesProposal ¶
func SimulateCreateAddMsgFeesProposal(k keeper.Keeper) simtypes.ContentSimulatorFn
SimulateCreateAddMsgFeesProposal generates random additional fee with AddMsgFeesProposal
func SimulateCreateRemoveMsgFeesProposal ¶
func SimulateCreateRemoveMsgFeesProposal(k keeper.Keeper) simtypes.ContentSimulatorFn
SimulateCreateRemoveMsgFeesProposal generates random removal of additional fee with RemoveMsgFeesProposal
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.