Documentation ¶
Index ¶
- Constants
- Variables
- func GetCmdQuerySvcBind(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySvcBinds(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySvcDef(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySvcFees(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySvcRequests(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySvcResponse(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdSvcBind(cdc *codec.Codec) *cobra.Command
- func GetCmdSvcBindUpdate(cdc *codec.Codec) *cobra.Command
- func GetCmdSvcCall(cdc *codec.Codec) *cobra.Command
- func GetCmdSvcDef(cdc *codec.Codec) *cobra.Command
- func GetCmdSvcDisable(cdc *codec.Codec) *cobra.Command
- func GetCmdSvcEnable(cdc *codec.Codec) *cobra.Command
- func GetCmdSvcRefundDeposit(cdc *codec.Codec) *cobra.Command
- func GetCmdSvcRefundFees(cdc *codec.Codec) *cobra.Command
- func GetCmdSvcRespond(cdc *codec.Codec) *cobra.Command
- func GetCmdSvcWithdrawFees(cdc *codec.Codec) *cobra.Command
- func GetCmdSvcWithdrawTax(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
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 GetCmdQuerySvcBinds ¶
func GetCmdQuerySvcFees ¶
func GetCmdQuerySvcRequests ¶
func GetCmdQuerySvcResponse ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.