Documentation ¶
Index ¶
- Constants
- func ProcessBoxDescriptionCmd(cdc *codec.Codec, boxType string, id string, filename string) error
- func ProcessBoxDisableFeatureCmd(cdc *codec.Codec, boxType string, id string, feature string) error
- func ProcessBoxInject(cdc *codec.Codec, id string, amountStr string, operation string) error
- func ProcessListBoxCmd(cdc *codec.Codec, boxType string) error
- func ProcessQueryBoxCmd(cdc *codec.Codec, boxType string, id string) error
- func ProcessQueryBoxParamsCmd(cdc *codec.Codec, boxType string) error
- func ProcessSearchBoxsCmd(cdc *codec.Codec, boxType string, name string) error
- func QueryCmd(cdc *codec.Codec) *cobra.Command
- func SendTxCmd(cdc *codec.Codec) *cobra.Command
- func WithdrawCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagAddress = "address" FlagLimit = "limit" FlagStartId = "start-id" FlagTransferDisabled = "transfer-disabled" FlagBottomLine = "bottom-line" FlagPrice = "price" FlagInterest = "interest" FlagStartTime = "start-time" FlagEstablishTime = "establish-time" FlagMaturityTime = "maturity-time" )
Variables ¶
This section is empty.
Functions ¶
func ProcessBoxDescriptionCmd ¶ added in v0.6.0
func ProcessBoxDisableFeatureCmd ¶ added in v0.6.0
func ProcessBoxInject ¶ added in v0.6.0
func ProcessListBoxCmd ¶ added in v0.6.0
ProcessListBoxCmd implements the query box command.
func ProcessQueryBoxCmd ¶ added in v0.6.0
ProcessQueryBoxCmd implements the query box command.
func ProcessQueryBoxParamsCmd ¶ added in v0.6.0
ProcessQueryBoxParamsCmd implements the query box params command.
func ProcessSearchBoxsCmd ¶ added in v0.6.0
ProcessSearchBoxsCmd implements the query box command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.