# Functions
DefaultConfigSetup represents a handy implementation of SdkConfigSetup that simply setups the prefix inside the configuration.
GetParserContext setups all the things that can be used to later parse the chain state.
NewConfig allows to build a new Config instance.
ReadConfig allows to read the configuration using the provided cfg.
ReadConfigPreRunE represents a Cobra cmd function allowing to read the config before executing the command itself.
UpdatedGlobalCfg parses the configuration file using the provided configuration and sets the parsed config as the global one.
# Type aliases
SdkConfigSetup represents a method that allows to customize the given sdk.Config.