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

# Packages

Package beta provides a temporary beta implementation of the Umee application, where partially incomplete modules may exist for the main purpose of integration and client testing.
No description provided by the author

# Functions

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.
SetAddressConfig sets Umee's address configuration.
No description provided by the author
No description provided by the author

# Constants

AccountAddressPrefix defines the Umee network's Bech32 address prefix.
BondDenom defines the native staking token denomination.
DisplayDenom defines the name, symbol, and display value of the umee token.
MaxAddrLen is the maximum allowed length (in bytes) for an address.
Name defines the application name of the Umee network.
No description provided by the author

# Variables

Account specific Bech32 prefixes.
Account specific Bech32 prefixes.
Account specific Bech32 prefixes.
DefaultConsensusParams defines the default Tendermint consensus params used in UmeeApp testing.
DefaultNodeHome defines the default home directory 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.
Account specific Bech32 prefixes.
Account specific Bech32 prefixes.

# Structs

BankModule defines a custom wrapper around the x/bank module's AppModuleBasic implementation to provide custom default genesis state.
CrisisModule defines a custom wrapper around the x/crisis module's AppModuleBasic implementation to provide custom default genesis state.
No description provided by the author
GenutilModule defines a custom wrapper around the x/genutil module's AppModuleBasic implementation to provide custom genesis state validation.
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

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