Versions in this module Expand all Collapse all v1 v1.7.4 Apr 15, 2023 v1.7.3 Apr 15, 2023 Changes in this version + const BNB_DENOM + const OTHER_DENOM + const OpWeightMsgClaimHTLC + const OpWeightMsgCreateHTLC + var Deputy = sdk.AccAddress(crypto.AddressHash([]byte("Deputy"))) + var MaxTimeLock = uint64(34560) + var MinTimeLock = uint64(50) + func GenHashLock(secret tmbytes.HexBytes, timestamp uint64) []byte + func GenRandomHtlc(ctx sdk.Context, k keeper.Keeper, r *rand.Rand) types.HTLC + func GenTimestamp(r *rand.Rand, ctx sdk.Context) int + func Gensecret() []byte + func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgClaimHtlc(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation + func SimulateMsgCreateHtlc(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, k keeper.Keeper, ...) simulation.WeightedOperations