package
0.0.0-20230731053445-bf468637a738
Repository: https://github.com/fibonacci-chain/core.git
Documentation: pkg.go.dev
# Packages
Copyright 2021 Evmos Foundation This file is part of Evmos' Ethermint library.
No description provided by the author
No description provided by the author
No description provided by the author
Package params defines the simulation parameters in the simapp.
# Functions
AddressFromValidatorsKey creates the validator operator address from ValidatorsKey.
Returns a mapping of the accessOperation to the channels.
GetMaccPerms returns a copy of the module account permissions.
GetWasmEnabledProposals parses the WasmProposalsEnabled and EnableSpecificWasmProposals values to produce a list of enabled proposals to pass into the application.
MakeEncodingConfig creates an EncodingConfig for testing.
New returns a reference to an initialized blockchain app.
NewDefaultGenesisState generates the default state for the application.
NewTestGenesisState generate genesis state with single validator.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Application name.
No description provided by the author
No description provided by the author
# Variables
DefaultConsensusParams defines the default Tendermint consensus params used in EthermintApp testing.
DefaultNodeHome default home directories for the application daemon.
Boolean to only emit fbchaind version and git commit metric once per chain initialization.
EmptyAclmOpts defines a type alias for a list of wasm options.
EmptyWasmOpts defines a type alias for a list of wasm options.
EnableSpecificWasmProposals, if set, must be comma-separated list of values that are all a subset of "EnableAllProposals", which takes precedence over WasmProposalsEnabled.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
WasmProposalsEnabled enables all x/wasm proposals when it's value is "true" and EnableSpecificWasmProposals is empty.
# Structs
App extends an ABCI application, but with most of its parameters exported.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.
No description provided by the author