# README
This package is based on this version.
# Packages
No description provided by the author
# Functions
AddTestAddrs constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
AddTestAddrsFromPubKeys adds the addresses into the SimApp providing only the public keys.
AddTestAddrs constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
CheckBalance checks the balance of an account.
ConvertAddrsToValAddrs converts the provided addresses to ValAddress.
CreateTestPubKeys returns a total of numPubKeys public keys in ascending order.
FundAccount is a utility function that funds an account by minting and sending the coins to the address TODO(fdymylja): instead of using the mint module account, which has the permission of minting, create a "faucet" account.
GenSequenceOfTxs generates a set of signed transactions of messages, such that they differ only by having the sequence numbers incremented between every transaction.
GetMaccPerms returns a copy of the module account permissions.
MakeCodecs constructs the *std.Codec and *codec.LegacyAmino instances used by simapp.
MakeTestEncodingConfig creates an EncodingConfig for testing.
No description provided by the author
NewDefaultGenesisState generates the default state for the application.
NewPubKeyFromHex returns a PubKey from a hex string.
NewSimApp returns a reference to an initialized SimApp.
RegisterSwaggerAPI registers swagger route with API Server.
Setup initializes a new SimApp.
SetupWithGenesisAccounts initializes a new SimApp with the provided genesis accounts and possible balances.
SignAndDeliver signs and delivers a transaction.
No description provided by the author
# Variables
DefaultConsensusParams defines the default Tendermint consensus params used in SimApp 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
ClientKeeper override `GetSelfConsensusState` and `ValidateSelfClient` in the keeper of ibc-client original method doesn't yet support a consensus state for general client.
EmptyAppOptions is a stub implementing AppOptions.
SimApp 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.