# Packages
Package params defines the simulation parameters in the simapp.
# Functions
AddRandomTestAddr creates new account with random address.
AddTestAddrs constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
AddTestAddrs constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
CreateTestInput returns a simapp with custom LiquidityKeeper to avoid messing with the hooks.
permission of minting, create a "faucet" account.
GetMaccPerms returns a copy of the module account permissions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MakeEncodingConfig creates an EncodingConfig for testing.
NewDefaultGenesisState generates the default state for the application.
NewLiquidityApp returns a reference to an initialized LiquidityApp.
RegisterSwaggerAPI registers swagger route with API Server.
SaveAccount saves the provided account into the simapp with balance based on initCoins.
No description provided by the author
Setup initializes a new LiquidityApp.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DefaultConsensusParams defines the default Tendermint consensus params used in LiquidityApp testing.
DefaultNodeHome default home directories for the application daemon.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
# Structs
EmptyAppOptions is a stub implementing AppOptions.
LiquidityApp extends an ABCI application, but with most of its parameters exported.
# Type aliases
No description provided by the author
The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.