Documentation
¶
Index ¶
- Constants
- func GetCmdGetLockedUndByAddress(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetPurchaseOrderByID(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetPurchaseOrders(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdProcessPurchaseOrder(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTotalLocked(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTotalUnlocked(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdRaisePurchaseOrder(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
Constants ¶
const ( FlagNumLimit = "limit" FlagPage = "page" FlagPurchaseOrderStatus = "status" FlagPurchaser = "purchaser" )
Variables ¶
This section is empty.
Functions ¶
func GetCmdGetLockedUndByAddress ¶
GetCmdGetLockedUndByAddress queries locked UND for a given address
func GetCmdGetPurchaseOrderByID ¶
GetCmdGetPurchaseOrderByID queries a purchase order given an ID
func GetCmdGetPurchaseOrders ¶
GetCmdGetPurchaseOrders queries a list of all purchase orders
func GetCmdProcessPurchaseOrder ¶
GetCmdProcessPurchaseOrder is the CLI command for processing an Enterprise UND purchase order
func GetCmdQueryParams ¶
GetCmdQueryParams implements a command to return the current enterprise und parameters.
func GetCmdQueryTotalLocked ¶
GetCmdQueryTotalLocked implements a command to return the current total locked enterprise und
func GetCmdQueryTotalUnlocked ¶
GetCmdQueryTotalUnlocked implements a command to return the current total locked enterprise und
func GetCmdRaisePurchaseOrder ¶
GetCmdRegisterWrkChain is the CLI command for creating an Enterprise UND purchase order
Types ¶
This section is empty.