package
0.0.2-migrate-evm
Repository: https://github.com/scalarorg/scalar-core.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

No description provided by the author
No description provided by the author
GetModuleBasics initializes 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
No description provided by the author
No description provided by the author
IsIBCWasmHooksEnabled returns whether ibc wasm hooks are enabled.
IsWasmEnabled returns whether wasm is enabled.
MakeEncodingConfig creates an EncodingConfig for testing.
MigratePreInitializedModuleAccounts migrates module accounts that were pre-initialized as BaseAccounts to ModuleAccounts, or creates new module accounts if they don't exist.
No description provided by the author
No description provided by the author
No description provided by the author
NewQueryPlugins returns a new instance of the custom query plugins.
NewScalarApp is a constructor function for scalar.
No description provided by the author
RegisterDenoms registers the base and display denominations to the SDK.
RegisterSwaggerAPI registers swagger route with API Server.
SetConfig sets the prefix config for the bech32 encoding.
No description provided by the author
No description provided by the author

# Constants

DefaultGasPrice is default gas price for scalar transactions.
Name is the name of the application.

# Variables

Bech32 prefixes.
Bech32 prefixes.
Bech32 prefixes.
Bech32 prefixes.
DefaultNodeHome default home directories for the application daemon.
IBCWasmHooksEnabled indicates whether wasm hooks for ibc are enabled.
MaxWasmSize specifies the maximum wasm code size (in bytes) that can be uploaded.
Bech32 prefixes.
Bech32 prefixes.
WasmCapabilities specifies the capabilities of the wasm vm capabilities are detailed here: https://github.com/CosmWasm/cosmwasm/blob/main/docs/CAPABILITIES-BUILT-IN.md.
WasmEnabled indicates whether wasm module is added to the app.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QueryRequest is the custom queries wasm contracts can make for the core modules.
ScalarApp defines the Cosmos app that runs all modules.
No description provided by the author

# Type aliases

GenesisState represents chain state at the start of the chain.
No description provided by the author