Documentation ¶
Index ¶
- Constants
- func GetCmdGetAddresIsWhitelisted(queryRoute string, cdc *codec.Codec) *cobra.Command
- 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 GetCmdGetWhitelistedAddresses(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 GetCmdWhitelistAction(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 GetCmdGetAddresIsWhitelisted ¶ added in v1.4.7
GetCmdGetLockedUndByAddress queries locked FUND for a given address
func GetCmdGetLockedUndByAddress ¶
GetCmdGetLockedUndByAddress queries locked FUND 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 GetCmdGetWhitelistedAddresses ¶ added in v1.4.7
GetCmdGetWhitelistedAddresses queries all addresses whitelisted for raising enterprise und purchase orders
func GetCmdProcessPurchaseOrder ¶
GetCmdProcessPurchaseOrder is the CLI command for processing an Enterprise FUND 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 FUND purchase order
func GetCmdWhitelistAction ¶ added in v1.4.7
GetCmdWhitelistAction is the CLI command for adding/removing addresses from the purchase order whitelist
Types ¶
This section is empty.