Documentation ¶
Index ¶
- func GetCmdCreateProduct(cdc *codec.Codec) *cobra.Command
- func GetCmdCreateReservation(cdc *codec.Codec) *cobra.Command
- func GetCmdCreateSell(cdc *codec.Codec) *cobra.Command
- func GetCmdDecideSell(cdc *codec.Codec) *cobra.Command
- func GetCmdDeleteReservation(cdc *codec.Codec) *cobra.Command
- func GetCmdDeteleSell(cdc *codec.Codec) *cobra.Command
- func GetCmdPayReservation(cdc *codec.Codec) *cobra.Command
- func GetCmdProduct(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdProducts(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdReadOrder(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdRequest(cdc *codec.Codec) *cobra.Command
- func GetCmdReservation(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdReservations(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdSell(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdSells(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdSetChannel(cdc *codec.Codec) *cobra.Command
- func GetCmdUpdateProduct(cdc *codec.Codec) *cobra.Command
- func GetCmdUpdateReservation(cdc *codec.Codec) *cobra.Command
- func GetCmdUpdateSell(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdCreateProduct ¶
GetCmdCreateProduct is the CLI command for sending a SetProduct transaction
func GetCmdCreateReservation ¶
GetCmdCreateReservation is the CLI command for sending a CreateReservation transaction
func GetCmdCreateSell ¶
GetCmdCreateProduct is the CLI command for sending a SetProduct transaction
func GetCmdDecideSell ¶
GetCmdDecideSell cdc is the CLI command for sending a DecideSell transaction
func GetCmdDeleteReservation ¶
GetCmdDeleteReservation cdc is the CLI command for sending a DeleteSell transaction
func GetCmdDeteleSell ¶
GetCmdDeleteSell cdc is the CLI command for sending a DeleteSell transaction
func GetCmdPayReservation ¶
GetCmdPayReservation cdc is the CLI command for sending a PayReservation transaction
func GetCmdProduct ¶
GetCmdProduct queries information about a product
func GetCmdProducts ¶
GetCmdProducts queries a list of all products
func GetCmdReadOrder ¶
GetCmdReadOrder queries order by orderID
func GetCmdRequest ¶
GetCmdRequest implements the request command handler.
func GetCmdReservation ¶
GetCmdReservation queries information about a product
func GetCmdReservations ¶
GetCmdProducts queries a list of all products
func GetCmdSell ¶
GetCmdProduct queries information about a product
func GetCmdSells ¶
GetCmdProducts queries a list of all products
func GetCmdSetChannel ¶
GetCmdSetChannel implements the set channel command handler.
func GetCmdUpdateProduct ¶
GetCmdUpdateProduct is the CLI command for sending a SetProduct transaction
func GetCmdUpdateReservation ¶
GetCmdUpdateReservation is the CLI command for sending a UpdateReservation transaction
func GetCmdUpdateSell ¶
GetCmdUpdateSellcdc is the CLI command for sending a UpdateSell transaction
func GetQueryCmd ¶
GetQueryCmd returns
Types ¶
This section is empty.