package
6.6.0
Repository: https://github.com/umee-network/umee.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
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.
GenesisStateWithValSet returns a new genesis state with the validator set.
No description provided by the author
GetMaccPerms returns a deep copy of the module account permissions.
IntegrationTestNetworkConfig returns a networking configuration used for integration tests using the SDK's in-process network test suite.
MakeEncodingConfig returns the application's encoding configuration with all types and interfaces registered.
No description provided by the author
NewDefaultGenesisState generates the default state for the application.
No description provided by the author
No description provided by the author
SetupWithGenesisValSet initializes a new app with a validator set and genesis accounts that also act as delegators.
No description provided by the author

# Constants

Experimental is a flag which determines experimental features.

# Variables

DefaultConsensusParams defines the default Tendermint consensus params used in UmeeApp testing.
DefaultNodeHome defines the default home directory for the application daemon.
No description provided by the author
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.

# Structs

BankModule defines a custom wrapper around the x/bank module's AppModuleBasic implementation to provide custom default genesis state.
GovModule defines a custom wrapper around the x/gov module's AppModuleBasic implementation to provide custom default genesis state.
MintModule defines a custom wrapper around the x/mint module's AppModuleBasic implementation to provide custom default genesis state.
SlashingModule defines a custom wrapper around the x/slashing module's AppModuleBasic implementation to provide custom default genesis state.
StakingModule defines a custom wrapper around the x/staking module's AppModuleBasic implementation to provide custom default genesis state.
UmeeApp defines the ABCI application for the Umee network as an extension of the Cosmos SDK's BaseApp.

# Interfaces

CosmosApp defines the common methods for a Cosmos SDK-based application-specific blockchain.

# 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.