Documentation
¶
Index ¶
- Constants
- Variables
- func GetCmdQuerySvcBind(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySvcBinds(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySvcDef(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySvcFees(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySvcRequests(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySvcResponse(storeName 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
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" FlagExpiration = "expiration" FlagMethodID = "method-id" FlagServiceFee = "service-fee" FlagReqData = "request-data" FlagRespData = "response-data" FlagErrMsg = "error-msg" FlagProfiling = "profiling" FlagReqChainId = "request-chain-id" FlagReqId = "request-id" )
View Source
const NULL = "null"
Variables ¶
View Source
var ( FsDefChainID = flag.NewFlagSet("", flag.ContinueOnError) FsServiceName = flag.NewFlagSet("", flag.ContinueOnError) FsServiceDescription = flag.NewFlagSet("", flag.ContinueOnError) FsTags = flag.NewFlagSet("", flag.ContinueOnError) FsAuthorDescription = flag.NewFlagSet("", flag.ContinueOnError) FsIdlContent = flag.NewFlagSet("", flag.ContinueOnError) FsFile = flag.NewFlagSet("", flag.ContinueOnError) FsProvider = flag.NewFlagSet("", flag.ContinueOnError) FsBindChainID = flag.NewFlagSet("", flag.ContinueOnError) FsBindType = flag.NewFlagSet("", flag.ContinueOnError) FsDeposit = flag.NewFlagSet("", flag.ContinueOnError) FsPrices = flag.NewFlagSet("", flag.ContinueOnError) FsAvgRspTime = flag.NewFlagSet("", flag.ContinueOnError) FsUsableTime = flag.NewFlagSet("", flag.ContinueOnError) FsExpiration = flag.NewFlagSet("", flag.ContinueOnError) FsMethodID = flag.NewFlagSet("", flag.ContinueOnError) FsServiceFee = flag.NewFlagSet("", flag.ContinueOnError) FsReqData = flag.NewFlagSet("", flag.ContinueOnError) FsRespData = flag.NewFlagSet("", flag.ContinueOnError) FsErrMsg = flag.NewFlagSet("", flag.ContinueOnError) FsProfiling = flag.NewFlagSet("", flag.ContinueOnError) FsReqChainId = flag.NewFlagSet("", flag.ContinueOnError) FsReqId = flag.NewFlagSet("", flag.ContinueOnError) )
Functions ¶
func GetCmdQuerySvcBind ¶ added in v0.8.0
func GetCmdQuerySvcBinds ¶ added in v0.8.0
func GetCmdQuerySvcDef ¶ added in v0.8.0
func GetCmdQuerySvcFees ¶ added in v0.8.0
func GetCmdQuerySvcRequests ¶ added in v0.8.0
func GetCmdQuerySvcResponse ¶ added in v0.8.0
func GetCmdSvcBindUpdate ¶ added in v0.8.0
func GetCmdSvcRefundDeposit ¶ added in v0.8.0
func GetCmdSvcRefundFees ¶ added in v0.8.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.