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
- func GetCmdSvcWithdrawTax(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" )
View Source
const NULL = "null"
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 ¶ 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
func GetCmdSvcWithdrawFees ¶ added in v0.8.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.