Documentation
¶
Index ¶
- Constants
- func MustParseAccountAddress(w http.ResponseWriter, addrStr string) (types.AccAddress, bool)
- func MustParseValidatorAddress(w http.ResponseWriter, addrStr string) (types.ValAddress, bool)
- func QueryCommands(cdc *amino.Codec) []*cobra.Command
- func RegisterRoutes(ctx context.CLIContext, r *mux.Router)
- func TxCommands(cdc *amino.Codec) []*cobra.Command
Constants ¶
View Source
const ( ValidatorAddressErrorPrompt = "validator address not valid. it must start with qosval1. current address: %s. err: %s" AccountAddressErrorPrompt = "account address not valid. it must start with qosacc1.current address: %s. err: %s" )
Variables ¶
This section is empty.
Functions ¶
func MustParseAccountAddress ¶ added in v0.0.9
func MustParseAccountAddress(w http.ResponseWriter, addrStr string) (types.AccAddress, bool)
func MustParseValidatorAddress ¶ added in v0.0.9
func MustParseValidatorAddress(w http.ResponseWriter, addrStr string) (types.ValAddress, bool)
func QueryCommands ¶
func RegisterRoutes ¶ added in v0.0.9
func RegisterRoutes(ctx context.CLIContext, r *mux.Router)
func TxCommands ¶ added in v0.0.6
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.