cmd

package
v0.0.0-...-8cda47c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: Apache-2.0 Imports: 48 Imported by: 0

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var (
	FlagFrom = "from"
)

Functions

func AddTxFlagsToCmd

func AddTxFlagsToCmd(cmd *cobra.Command)

AddTxFlagsToCmd defines common flags to be reused across cmds

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

func NewConfigService

func NewConfigService(c configPart) configService

func NewRootCmd

func NewRootCmd(log *zap.Logger, atom zap.AtomicLevel, o map[string]ClientOverrides) *cobra.Command

NewRootCmd returns the root command.

o is used to override rpc clients and light providers for test. If o is nil, reasonable default values are used.

func ReadHeight

func ReadHeight(flagSet *pflag.FlagSet) (int64, error)

ReadHeight reads the height flag.

func ReadPageRequest

func ReadPageRequest(flagSet *pflag.FlagSet) (*tmquery.PageRequest, error)

ReadPageRequest reads and builds the necessary page request flags for pagination.

func SetAdditionalCommands

func SetAdditionalCommands(cmds ...*cobra.Command)

Types

type ChainNotFoundError

type ChainNotFoundError struct {
	Requested string
	Config    configService
}

ChainNotFoundError is used when a requested chain does not exist. Its error message includes the list of known chains.

func (ChainNotFoundError) Error

func (e ChainNotFoundError) Error() string

type ClientOverrides

type ClientOverrides struct {
	RPCClient     rpcclient.Client
	LightProvider provtypes.Provider
}

ClientOverrides specifies an RPCClient and LightProvider to use for a specific chain.

This should only be set during tests.

type CosmosClientConfig

type CosmosClientConfig struct {
	DefaultChain string                               `yaml:"default_chain" json:"default_chain"`
	Chains       map[string]*client.ChainClientConfig `yaml:"chains" json:"chains"`
	Debug        bool
}

DefaultConfig represents the config file for Cosmos chains

func (*CosmosClientConfig) CreateNewConfig

func (c *CosmosClientConfig) CreateNewConfig(home string)

func (*CosmosClientConfig) GetChainConfigs

func (c *CosmosClientConfig) GetChainConfigs() map[string]*client.ChainClientConfig

func (*CosmosClientConfig) GetDefaultChain

func (c *CosmosClientConfig) GetDefaultChain() string

func (*CosmosClientConfig) SetChainConfig

func (c *CosmosClientConfig) SetChainConfig(name string, config *client.ChainClientConfig)

func (*CosmosClientConfig) SetDefaultChain

func (c *CosmosClientConfig) SetDefaultChain(chain string)

func (*CosmosClientConfig) ValidateConfig

func (c *CosmosClientConfig) ValidateConfig() error

type GRPCMethodNotFoundError

type GRPCMethodNotFoundError struct {
	TargetService string
	Requested     string
	Available     []*desc.MethodDescriptor
}

GRPCMethodNotFoundError is used when a requested gRPC method does not exist. Its error message includes the provided available services.

func (GRPCMethodNotFoundError) Error

func (e GRPCMethodNotFoundError) Error() string

type GRPCServiceNotFoundError

type GRPCServiceNotFoundError struct {
	Requested string
	Available []string
}

GRPCServiceNotFoundError is used when a requested gRPC service does not exist. Its error message includes the provided available services.

func (GRPCServiceNotFoundError) Error

func (e GRPCServiceNotFoundError) Error() string

type KeyEnumeration

type KeyEnumeration struct {
	KeyName   string            `json:"key_name"`
	Addresses map[string]string `json:"addresses"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL