package
1.4.2-gon-testnet
Repository: https://github.com/irisnet/irishub.git
Documentation: pkg.go.dev

# 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.
AddTestAddrsIncremental constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
ConvertAddrsToValAddrs converts the provided addresses to ValAddress.
CreateTestPubKeys returns a total of numPubKeys public keys in ascending order.
DefaultCoinDenomRegex returns the default regex string.
GenesisStateWithValSet returns a new genesis state with the validator set.
GetMaccPerms returns a copy of the module account permissions.
MakeCodecs constructs the *std.Codec and *codec.LegacyAmino instances used by irisapp.
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 IrisApp.
Setup initializes a new SimApp.
SetupWithGenesisValSet initializes a new SimApp with a validator set and genesis accounts that also act as delegators.
No description provided by the author
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

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
GenesisState of the blockchain is represented here as a map of raw json messages key'd by a identifier string.