Versions in this module Expand all Collapse all v3 v3.0.0 Mar 7, 2024 Changes in this version + func AddGenesisAccountCmd(defaultNodeHome string) *cobra.Command + func InitTestnet(clientCtx client.Context, cmd *cobra.Command, nodeConfig *ostconfig.Config, ...) error + func NewApp(logger log.Logger, db dbm.DB, traceStore io.Writer, ...) servertypes.Application + func NewRootCmd() (*cobra.Command, params.EncodingConfig) + type CustomAppConfig struct + TxFilter TxFilterConfig + WASM WASMConfig + func DefaultCustomAppConfig() *CustomAppConfig + type TxFilterConfig struct + AllowedContracts []string + AllowedTargets []string + DisableContractFilter bool + InitialBlockHeight int64 + type WASMConfig struct + LruSize uint64 + QueryGasLimit uint64 Other modules containing this package github.com/Finschia/finschia-proxy/v2 github.com/Finschia/finschia-proxy/v4