Documentation ¶
Index ¶
- Constants
- func DecodeStore(cdc *codec.Codec, kvA, kvB tmkv.Pair) string
- func GenerateEntSourceSimAccount() simulation.Account
- func GetEntSourceAddress() sdk.AccAddress
- func ParamChanges(r *rand.Rand) []simulation.ParamChange
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgMsgWhitelistAddress(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
- func SimulateMsgProcessUndPurchaseOrder(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
- func SimulateMsgRaisePurchaseOrder(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
Constants ¶
View Source
const (
EnterpriseSourceAddress = "ent_signers"
)
Simulation parameter constants
View Source
const (
SuperSecretSimAppSeed = "SuperSecretSimAppEntKeySeed"
)
Variables ¶
This section is empty.
Functions ¶
func DecodeStore ¶
DecodeStore unmarshals the KVPair's Value to the corresponding enterprise type
func GenerateEntSourceSimAccount ¶
func GenerateEntSourceSimAccount() simulation.Account
func GetEntSourceAddress ¶
func GetEntSourceAddress() sdk.AccAddress
func ParamChanges ¶
func ParamChanges(r *rand.Rand) []simulation.ParamChange
ParamChanges defines the parameters that can be modified by param change proposals on the simulation
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for enterprise
func SimulateMsgMsgWhitelistAddress ¶ added in v1.4.7
func SimulateMsgMsgWhitelistAddress(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
func SimulateMsgProcessUndPurchaseOrder ¶
func SimulateMsgProcessUndPurchaseOrder(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
func SimulateMsgRaisePurchaseOrder ¶
func SimulateMsgRaisePurchaseOrder(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
SimulateMsgRaisePurchaseOrder generates a MsgUndPurchaseOrder with random values nolint: funlen
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.