package
0.0.9
Repository: https://github.com/pylons-tech/juno.git
Documentation: pkg.go.dev

# Functions

DefaultConfigSetup represents a handy implementation of SdkConfigSetup that simply setups the prefix inside the configuration.
GetParsingContext setups all the things that should be later passed to StartParsing in order to parse the chain data properly.
NewConfig allows to build a new Config instance.
NewContext builds a new Context instance.
ParseCmd returns the command that should be run when we want to start parsing a chain state.
ReadConfig parses the configuration file for the executable having the give name using the provided configuration parser.
StartParsing represents the function that should be called when the parse command is executed.

# Structs

Config contains all the configuration for the "parse" command.
Context contains the parsing context.

# Type aliases

EncodingConfigBuilder represents a function that is used to return the proper encoding config.
SdkConfigSetup represents a method that allows to customize the given sdk.Config.