Documentation ¶
Index ¶
- Constants
- Variables
- func NewStoreDecoder(cdc codec.Marshaler) func(kvA, kvB kv.Pair) string
- func ParamChanges(_ *rand.Rand) []simulationtypes.ParamChange
- func RandomProvider(r *rand.Rand, items types.Providers) types.Provider
- func RandomProviders(r *rand.Rand, accounts []simulationtypes.Account) types.Providers
- func RandomizedGenesisState(state *module.SimulationState) *types.GenesisState
- func SimulateMsgRegisterRequest(ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper) simulationtypes.Operation
- func SimulateMsgUpdateRequest(ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper) simulationtypes.Operation
- func WeightedOperations(params simulationtypes.AppParams, cdc codec.JSONMarshaler, ...) simulation.WeightedOperations
Constants ¶
View Source
const ( MaxNameLength = 56 MaxIdentityLength = 64 MaxWebsiteLength = 64 MaxDescriptionLength = 256 )
View Source
const (
MaxDepositAmount = 1 << 18
)
Variables ¶
View Source
var ( OperationWeightMsgRegisterRequest = "op_weight_" + types.TypeMsgRegisterRequest OperationWeightMsgUpdateRequest = "op_weight_" + types.TypeMsgUpdateRequest )
Functions ¶
func NewStoreDecoder ¶ added in v0.8.0
func ParamChanges ¶ added in v0.8.0
func ParamChanges(_ *rand.Rand) []simulationtypes.ParamChange
func RandomProviders ¶ added in v0.8.0
func RandomizedGenesisState ¶ added in v0.4.0
func RandomizedGenesisState(state *module.SimulationState) *types.GenesisState
func SimulateMsgRegisterRequest ¶ added in v0.8.0
func SimulateMsgRegisterRequest(ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper) simulationtypes.Operation
func SimulateMsgUpdateRequest ¶ added in v0.8.0
func SimulateMsgUpdateRequest(ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper) simulationtypes.Operation
func WeightedOperations ¶ added in v0.4.0
func WeightedOperations( params simulationtypes.AppParams, cdc codec.JSONMarshaler, ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper, ) simulation.WeightedOperations
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.