Documentation ¶
Index ¶
- Constants
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func ProposalMsgs(k keeper.Keeper) []simtypes.WeightedProposalMsg
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgLendingMarket(k keeper.Keeper) simtypes.MsgSimulatorFn
- func SimulateMsgTreasury(k keeper.Keeper) simtypes.MsgSimulatorFn
Constants ¶
View Source
const ( OpWeightSimulateLendingMarketProposal = "op_weight_lending_market_proposal" OpWeightSimulateTreasuryProposal = "op_weight_treasury_proposal" )
Simulation operation weights constants
Variables ¶
This section is empty.
Functions ¶
func FindAccount ¶
FindAccount find a specific address from an account list
func NewDecodeStore ¶
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding farming type.
func ProposalMsgs ¶
func ProposalMsgs(k keeper.Keeper) []simtypes.WeightedProposalMsg
ProposalMsgs defines the module weighted proposals' contents
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
func SimulateMsgLendingMarket ¶
func SimulateMsgLendingMarket(k keeper.Keeper) simtypes.MsgSimulatorFn
func SimulateMsgTreasury ¶
func SimulateMsgTreasury(k keeper.Keeper) simtypes.MsgSimulatorFn
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.