simulation

package
v0.0.0-...-04cdd04 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2025 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TokenTaxRate      = "token_tax_rate"
	IssueTokenBaseFee = "issue_token_base_fee"
	MintTokenFeeRatio = "mint_token_fee_ratio"
	EnableErc20       = "enable_erc20"
)

Simulation parameter constants

View Source
const (
	OpWeightMsgIssueToken         = "op_weight_msg_issue_token"
	OpWeightMsgEditToken          = "op_weight_msg_edit_token"
	OpWeightMsgMintToken          = "op_weight_msg_mint_token"
	OpWeightMsgTransferTokenOwner = "op_weight_msg_transfer_token_owner"
	OpWeightMsgBurnToken          = "op_weight_msg_burn_token"
)

Simulation operation weights constants

Variables

This section is empty.

Functions

func NewDecodeStore

func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string

NewDecodeStore unmarshals the KVPair's Value to the corresponding token type

func RandomDec

func RandomDec(r *rand.Rand) math.LegacyDec

RandomDec randomized sdk.RandomDec

func RandomInt

func RandomInt(r *rand.Rand) math.Int

RandomInt randomized math.Int

func RandomizedGenState

func RandomizedGenState(simState *module.SimulationState)

RandomizedGenState generates a random GenesisState for bank

func SimulateBurnToken

func SimulateBurnToken(
	k keeper.Keeper,
	ak types.AccountKeeper,
	bk types.BankKeeper,
) simtypes.Operation

SimulateBurnToken tests and runs a single msg burn a existed token

func SimulateEditToken

func SimulateEditToken(
	k keeper.Keeper,
	ak types.AccountKeeper,
	bk types.BankKeeper,
) simtypes.Operation

SimulateEditToken tests and runs a single msg edit a existed token

func SimulateIssueToken

func SimulateIssueToken(
	k keeper.Keeper,
	ak types.AccountKeeper,
	bk types.BankKeeper,
) simtypes.Operation

SimulateIssueToken tests and runs a single msg issue a new token

func SimulateMintToken

func SimulateMintToken(
	k keeper.Keeper,
	ak types.AccountKeeper,
	bk types.BankKeeper,
) simtypes.Operation

SimulateMintToken tests and runs a single msg mint a existed token

func SimulateTransferTokenOwner

func SimulateTransferTokenOwner(
	k keeper.Keeper,
	ak types.AccountKeeper,
	bk types.BankKeeper,
) simtypes.Operation

SimulateTransferTokenOwner tests and runs a single msg transfer to others

func WeightedOperations

WeightedOperations returns all the operations from the module with their respective weights

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL