Documentation
¶
Index ¶
- Constants
- Variables
- func GetCmdQueryScvBind(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryScvBinds(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryScvDef(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdScvBind(cdc *codec.Codec) *cobra.Command
- func GetCmdScvBindUpdate(cdc *codec.Codec) *cobra.Command
- func GetCmdScvDef(cdc *codec.Codec) *cobra.Command
- func GetCmdScvDisable(cdc *codec.Codec) *cobra.Command
- func GetCmdScvEnable(cdc *codec.Codec) *cobra.Command
- func GetCmdScvRefundDeposit(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" )
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) )
Functions ¶
func GetCmdQueryScvBind ¶
func GetCmdQueryScvBinds ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.