cli

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagDefChainID         = "def-chain-id"
	FlagServiceName        = "service-name"
	FlagServiceDescription = "service-description"
	FlagTags               = "tags"
	FlagAuthorDescription  = "author-description"
	FlagIdlContent         = "idl-content"
	FlagFile               = "file"
	FlagProvider           = "provider"
	FlagBindChainID        = "bind-chain-id"
	FlagBindType           = "bind-type"
	FlagDeposit            = "deposit"
	FlagPrices             = "prices"
	FlagAvgRspTime         = "avg-rsp-time"
	FlagUsableTime         = "usable-time"
	FlagMethodID           = "method-id"
	FlagServiceFee         = "service-fee"
	FlagReqData            = "request-data"
	FlagRespData           = "response-data"
	FlagErrMsg             = "error-msg"
	FlagProfiling          = "profiling"
	FlagReqChainID         = "request-chain-id"
	FlagReqID              = "request-id"
	FlagDestAddress        = "dest-address"
	FlagWithdrawAmount     = "withdraw-amount"
)

Variables

View Source
var (
	FsServiceDefinitionCreate = flag.NewFlagSet("", flag.ContinueOnError)
	FsServiceBindingCreate    = flag.NewFlagSet("", flag.ContinueOnError)
	FsServiceBindingUpdate    = flag.NewFlagSet("", flag.ContinueOnError)
	FsServiceDefinition       = flag.NewFlagSet("", flag.ContinueOnError)
	FsServiceBinding          = flag.NewFlagSet("", flag.ContinueOnError)
	FsServiceRequest          = flag.NewFlagSet("", flag.ContinueOnError)
	FsServiceResponse         = flag.NewFlagSet("", flag.ContinueOnError)
	FsServiceWithdrawTax      = flag.NewFlagSet("", flag.ContinueOnError)
)

Functions

func GetCmdQuerySvcBind

func GetCmdQuerySvcBind(queryRoute string, cdc *codec.Codec) *cobra.Command

func GetCmdQuerySvcBinds

func GetCmdQuerySvcBinds(queryRoute string, cdc *codec.Codec) *cobra.Command

func GetCmdQuerySvcDef

func GetCmdQuerySvcDef(queryRoute string, cdc *codec.Codec) *cobra.Command

func GetCmdQuerySvcFees

func GetCmdQuerySvcFees(queryRoute string, cdc *codec.Codec) *cobra.Command

func GetCmdQuerySvcRequests

func GetCmdQuerySvcRequests(queryRoute string, cdc *codec.Codec) *cobra.Command

func GetCmdQuerySvcResponse

func GetCmdQuerySvcResponse(queryRoute string, cdc *codec.Codec) *cobra.Command

func GetCmdSvcBind

func GetCmdSvcBind(cdc *codec.Codec) *cobra.Command

func GetCmdSvcBindUpdate

func GetCmdSvcBindUpdate(cdc *codec.Codec) *cobra.Command

func GetCmdSvcCall

func GetCmdSvcCall(cdc *codec.Codec) *cobra.Command

func GetCmdSvcDef

func GetCmdSvcDef(cdc *codec.Codec) *cobra.Command

func GetCmdSvcDisable

func GetCmdSvcDisable(cdc *codec.Codec) *cobra.Command

func GetCmdSvcEnable

func GetCmdSvcEnable(cdc *codec.Codec) *cobra.Command

func GetCmdSvcRefundDeposit

func GetCmdSvcRefundDeposit(cdc *codec.Codec) *cobra.Command

func GetCmdSvcRefundFees

func GetCmdSvcRefundFees(cdc *codec.Codec) *cobra.Command

func GetCmdSvcRespond

func GetCmdSvcRespond(cdc *codec.Codec) *cobra.Command

func GetCmdSvcWithdrawFees

func GetCmdSvcWithdrawFees(cdc *codec.Codec) *cobra.Command

func GetCmdSvcWithdrawTax

func GetCmdSvcWithdrawTax(cdc *codec.Codec) *cobra.Command

func GetQueryCmd

func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command

GetQueryCmd returns the cli query commands for this module

func GetTxCmd

func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command

GetTxCmd returns the transaction commands for this module

Types

This section is empty.

Jump to

Keyboard shortcuts

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