Documentation
¶
Index ¶
- Constants
- func AddAttribute(ctx context.Context, acc sdk.AccAddress, attr string, nk namekeeper.Keeper, ...) error
- func CreateMarker(ctx context.Context, coin sdk.Coin, admin sdk.AccAddress, ...) error
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgCreateVault(k keeper.Keeper) simtypes.Operation
- func SimulateMsgSwapIn(k keeper.Keeper) simtypes.Operation
- func SimulateMsgSwapOut(k keeper.Keeper) simtypes.Operation
- func WeightedOperations(simState module.SimulationState, k keeper.Keeper) simulation.WeightedOperations
Constants ¶
View Source
const ( OpWeightMsgCreateVault = "op_weight_msg_create_vault" OpWeightMsgSwapIn = "op_weight_msg_swap_in" )
View Source
const ( DefaultWeightMsgCreateVault = 5 DefaultWeightMsgSwapIn = 95 )
View Source
const (
RequiredMarkerAttribute = "kyc.jackthecat.vault"
)
Variables ¶
This section is empty.
Functions ¶
func AddAttribute ¶
func AddAttribute(ctx context.Context, acc sdk.AccAddress, attr string, nk namekeeper.Keeper, ak attrkeeper.Keeper) error
func CreateMarker ¶
func CreateMarker(ctx context.Context, coin sdk.Coin, admin sdk.AccAddress, keeper markerkeeper.Keeper) error
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for the vault module
func WeightedOperations ¶
func WeightedOperations(simState module.SimulationState, k keeper.Keeper) simulation.WeightedOperations
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.