package
3.0.0-rc0+incompatible
Repository: https://github.com/confio/tgrade.git
Documentation: pkg.go.dev
# README
Simulations package
Copied from a wasmd simulations branch and to be replaced when a release is available
# Functions
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding twasm type.
RandomizedGenState generates a random GenesisState for wasm.
TgradeSimulationCodeIDSelector picks the first code id with unrestricted permission.
TgradeSimulationExecuteContractSelector picks the first non PoE contract address.
WeightedOperations returns all the operations from the module with their respective weights.
# Constants
Simulation operation weights constants
nolint:gosec.
Simulation operation weights constants
nolint:gosec.
Simulation operation weights constants
nolint:gosec.
Simulation operation weights constants
nolint:gosec.
# Interfaces
No description provided by the author
WasmKeeper is a subset of the wasm keeper used by simulations.