Documentation ¶
Index ¶
Constants ¶
View Source
const JackalGoContextKey = sdk.ContextKey("jackalgo.context")
Variables ¶
This section is empty.
Functions ¶
func GetFileTreeData ¶
func GetFileTreeData(rawPath string, owner string, wallet types.Wallet) (*filetreetypes.QueryFileResponse, error)
Types ¶
type BaseConfig ¶
type BaseConfig struct { // The root directory for all data. // This should be set in viper so it can unmarshal into this struct RootDir string `mapstructure:"home"` LogLevel string `mapstructure:"log_level"` // Output format: 'plain' (colored text) or 'json' LogFormat string `mapstructure:"log_format"` // contains filtered or unexported fields }
func DefaultBaseConfig ¶
func DefaultBaseConfig() BaseConfig
func (BaseConfig) ValidateBasic ¶
func (cfg BaseConfig) ValidateBasic() error
type Config ¶
type Config struct {
BaseConfig `mapstructure:",squash"`
}
func DefaultConfig ¶
func DefaultConfig() *Config
DefaultConfig returns a default configuration for a Tendermint node
func (*Config) ValidateBasic ¶
Click to show internal directories.
Click to hide internal directories.