package
15.1.0+incompatible
Repository: https://github.com/comdex-official/comdex.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
CreateLanes walks through the process of creating the lanes for the block sdk.
CreateRandomAccounts is a function return a list of randomly generated AccAddresses.
No description provided by the author
No description provided by the author
This is used for non-legacy gov transactions Returning true cause all txs are whitelisted.
This is used for legacy gov transactions Returning true cause all txs are whitelisted.
No description provided by the author
No description provided by the author
New returns a reference to an initialized App.
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
No description provided by the author
RegisterSwaggerAPI registers swagger route with API Server.
SetAccountAddressPrefixes sets the global prefix to be used when serializing addresses to bech32 strings.
Setup initializes a new App.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
DefaultConsensusParams defines the default Tendermint consensus params used in App testing.
DefaultNodeHome default home directories for the application daemon.
use this for clarity in argument list.
If set to non-empty string it must be comma-separated list of values that are all a subset of "EnableAllProposals" (takes precedence over WasmProposalsEnabled) https://github.com/CosmWasm/wasmd/blob/02a54d33ff2c064f3539ae12d75d027d9c665f05/x/wasm/internal/types/proposal.go#L28-L34.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
No description provided by the author
No description provided by the author
If EnableSpecificWasmProposals is "", and this is "true", then enable all x/wasm proposals.
# Structs
App extends an ABCI application, but with most of its parameters exported.
EmptyAppOptions is a stub implementing AppOptions.
No description provided by the author
HandlerOptions extend the SDK's AnteHandler options by requiring the IBC channel keeper.
No description provided by the author
PV implements PrivValidator without any safety or persistence.
QuerierWrapper is a local wrapper around BaseApp that exports only the Queryable interface.
# Type aliases
GenesisState The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.