# Functions
AccAddress returns a sample account address.
AccountRemoval returns a sample AccountRemoval.
Address returns a sample string account address.
AllRequestContents creates all contents types for request.
AlphaString returns a random string with lowercase alpha char of length n.
Bool returns randomly true or false.
Bytes returns a random array of bytes.
Chain returns a sample Chain.
No description provided by the author
Codec returns a codec with preregistered interfaces.
Coin returns a sample coin structure.
Coins returns a sample coins structure.
CoinsWithRange returns a sample coins structure where the amount is a random number between provided min and max values.
CoinsWithRangeAmount returns a sample coins structure where the amount is a random number between provided min and max values with a set of given denoms.
CoinWithRange returns a sample coin structure where the amount is a random number between provided min and max values with a random denom.
CoinWithRangeAmount returns a sample coin structure where the amount is a random number between provided min and max values with a given denom.
ConsAddress returns a sample consensus address.
ConsensusState returns a sample ConsensusState nb allows to select a consensus state with a matching validator set consensus state 0 match with validator set 0 nb is 0 if above max value.
Coordinator returns a sample Coordinator.
CoordinatorDescription returns a sample CoordinatorDescription.
CustomShareVestingOptions returns a sample ShareVestingOptions with shares.
Delegation returns staking delegation with the given address.
Duration returns a sample time.Duration between a second and 21 days.
DurationFromRange returns a sample time.Duration between the min and max values provided.
Fees returns a random fee by selecting a random amount of bond denomination from the account's available balance.
GenesisAccount returns a sample GenesisAccount.
GenesisAccountContent returns a sample GenesisAccount request content.
GenesisChainID returns a sample chain id.
GenesisHash returns a sample sha256 hash of custom genesis for GenesisURL.
GenesisValidator returns a sample GenesisValidator.
No description provided by the author
Int returns a sample sdkmath.Int.
No description provided by the author
LaunchGenesisState returns a sample genesis state for the launch module.
LaunchParams returns a sample of params for the launch module.
MainnetAccount returns a sample MainnetAccount.
Metadata returns sample metadata bytes.
No description provided by the author
MonitoringcParams returns a sample of params for the monitoring consumer module.
MonitoringpParams returns a sample of params for the monitoring provider module.
MsgCreateChain returns a sample MsgCreateChain.
MsgCreateCoordinator returns a sample MsgCreateCoordinator.
MsgCreateFixedAuction create a sample MsgCreateFixedAuction message.
MsgCreateProject returns a sample MsgCreateProject.
MsgDisableCoordinator returns a sample MsgDisableCoordinator.
MsgEditChain returns a sample MsgEditChain.
MsgRevertLaunch returns a sample MsgRevertLaunch.
MsgSendRequestWithAddAccount returns a sample MsgSendRequest with AddAccount request content.
MsgSendRequestWithAddValidator returns a sample MsgSendRequest with AddValidator request content.
MsgSendRequestWithAddVestingAccount returns a sample MsgSendRequest with AddVestingAccount request content.
MsgSendRequestWithParamChange returns a sample MsgSendRequest with ParamChange request content.
MsgSendRequestWithRemoveAccount returns a sample MsgSendRequest with RemoveAccount request content.
MsgSendRequestWithRemoveValidator returns a sample MsgSendRequest with RemoveValidator request content.
MsgSettleRequest returns a sample MsgSettleRequest.
MsgTriggerLaunch returns a sample MsgTriggerLaunch.
MsgUpdateCoordinatorDescription returns a sample MsgUpdateCoordinatorDescription.
MsgUpdateLaunchInformation returns a sample MsgUpdateLaunchInformation.
NonAlphaString returns a random string with non alpha char of length n.
OperatorAddress returns a sample string validator operator address.
ParamChange returns a sample ParamChange.
ParticipationGenesisState returns a sample genesis state for the participation module.
ParticipationGenesisStateWithAllocations returns a sample genesis state for the participation module with some sample allocations.
ParticipationParams returns a sample of params for the participation module.
ProfileGenesisState returns a sample genesis state for the profile module.
Project returns a sample project.
ProjectGenesisState returns a sample genesis state for the project module.
ProjectGenesisStateWithAccounts returns a sample genesis state for the project module that includes accounts.
ProjectName returns a sample project name.
ProjectParams returns a sample of params for the project module.
PubKey returns a sample account PubKey.
Rand returns a sample Rand object for randomness.
Request returns a sample Request.
RequestContent returns a request content with Genesis Account.
RequestWithContent creates a launch request object with launch id and content.
RequestWithContentAndCreator creates a launch request object with launch id and content and creator.
RewardPool returns a sample RewardPool.
RewardPoolWithCoinsRangeAmount returns a sample RewardPool where the amount of remaining coins is a random number between provided min and max values with a set of given denoms.
Shares returns a sample shares.
ShareVestingOptions returns a sample ShareVestingOptions.
SimAccounts returns a sample array of account for simulation.
SpecialAllocations returns a sample special allocations.
String returns a random string of length n.
Time returns a sample time.
TotalSupply returns a sample coins structure where each denom's total supply is within the default allowed supply range.
Uint64 returns a random uint64.
ValAddress returns a sample validator operator address.
Validator returns a sample staking validator.
ValidatorDescription returns a sample ValidatorDescription.
ValidatorSet returns a sample ValidatorSet nb allows to select a consensus state with a matching validator set consensus state 0 match with validator set 0 nb is 0 if above max value.
VestingAccount returns a sample VestingAccount.
VestingOptions returns a sample VestingOptions.
Voucher returns a sample voucher structure.
Vouchers returns a sample vouchers structure.
ZeroTime returns time.Time that represents 0.
# Constants
No description provided by the author