package
1.0.0
Repository: https://github.com/loopfans/loop-chain.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package params defines the simulation parameters in the gaia.
No description provided by the author

# Functions

AddTestAddrsIncremental constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
AllCapabilities returns all capabilities available with the current wasmvm See https://github.com/CosmWasm/cosmwasm/blob/main/docs/CAPABILITIES-BUILT-IN.md This functionality is going to be moved upstream: https://github.com/CosmWasm/wasmvm/issues/425.
BlockedAddresses returns all the app's blocked account addresses.
No description provided by the author
GenesisStateWithSingleValidator initializes GenesisState with a single validator and genesis accounts that also act as delegators.
GenesisStateWithValSet returns a new genesis state with the validator set copied from simtestutil with delegation not added to supply.
No description provided by the author
GetMaccPerms returns a copy of the module account permissions NOTE: This is solely to be used for testing purposes.
No description provided by the author
MakeEncodingConfig creates a new EncodingConfig with all modules registered.
NewAnteHandler constructor.
NewChainApp returns a reference to an initialized ChainApp.
NewChainAppWithCustomOptions initializes a new ChainApp with custom options.
NewTestNetworkFixture returns a new ChainApp AppConstructor for network simulation tests.
SetConfigBech32 sets the global bech32 config for unit testing.
Setup initializes a new ChainApp.
SetupWithEmptyStore set up a chain app instance with empty DB.
SetupWithGenesisValSet initializes a new ChainApp with a validator set and genesis accounts that also act as delegators.
SignAndDeliverWithoutCommit signs and delivers a transaction.

# Variables

No description provided by the author
Bech32PrefixAccAddr defines the Bech32 prefix of an account's address.
Bech32PrefixAccPub defines the Bech32 prefix of an account's public key.
Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address.
Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key.
Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address.
Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key.
DefaultNodeHome default home directories for appd.
No description provided by the author
Upgrades list of chain upgrades.

# Structs

ChainApp extended ABCI application.
HandlerOptions extend the SDK's AnteHandler options by requiring the IBC channel keeper.
SetupOptions defines arguments that are passed into `ChainApp` constructor.

# Type aliases

GenesisState of the blockchain is represented here as a map of raw json messages key'd by a identifier string.