Documentation ¶
Index ¶
- Constants
- func CreateTestApp(isCheckTx bool) (*sifapp.SifchainApp, sdk.Context)
- func CreateTestAppClp(isCheckTx bool) (sdk.Context, *sifapp.SifchainApp)
- func GenerateAddress(key string) sdk.AccAddress
- func GeneratePoolsAndLPs(keeper clpkeeper.Keeper, ctx sdk.Context, tokens []string) ([]types.Pool, []types.LiquidityProvider)
- func GenerateRandomLP(numberOfLp int) []types.LiquidityProvider
- func GenerateRandomPool(numberOfPools int) []types.Pool
- func GenerateWhitelistAddress(key string) sdk.AccAddress
- func TrimFirstRune(s string) string
Constants ¶
View Source
const ( AddressKey1 = "A58856F0FD53BF058B4909A21AEC019107BA6" AddressKey2 = "A58856F0FD53BF058B4909A21AEC019107BA7" AddressKey3 = "A58856F0FD53BF058B4909A21AEC019107BA9" )
Constants for test scripts only .
Variables ¶
This section is empty.
Functions ¶
func CreateTestApp ¶
func CreateTestApp(isCheckTx bool) (*sifapp.SifchainApp, sdk.Context)
CreateTestApp returns context and app with params set on account keeper
func CreateTestAppClp ¶
func CreateTestAppClp(isCheckTx bool) (sdk.Context, *sifapp.SifchainApp)
func GenerateAddress ¶
func GenerateAddress(key string) sdk.AccAddress
func GeneratePoolsAndLPs ¶
func GenerateRandomLP ¶
func GenerateRandomLP(numberOfLp int) []types.LiquidityProvider
func GenerateRandomPool ¶
func GenerateWhitelistAddress ¶
func GenerateWhitelistAddress(key string) sdk.AccAddress
func TrimFirstRune ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.