Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgChangePubkeysListProposal(_ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper) simtypes.Operation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAccount ¶
FindAccount find a specific address from an account list
func NewDecodeStore ¶ added in v0.0.8
func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding bet type.
func RandomizedGenState ¶ added in v0.0.8
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for ovm
func SimulateMsgChangePubkeysListProposal ¶
func SimulateMsgChangePubkeysListProposal( _ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper, ) simtypes.Operation
SimulateMsgChangePubkeysListProposal simulates MsgChangePubkeysListProposal message registration
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.