Documentation ¶
Index ¶
- Constants
- func GetCmdGetAddresIsWhitelisted() *cobra.Command
- func GetCmdGetEnterpriseSupply() *cobra.Command
- func GetCmdGetEnterpriseUserAccount() *cobra.Command
- func GetCmdGetLockedUndByAddress() *cobra.Command
- func GetCmdGetPurchaseOrderByID() *cobra.Command
- func GetCmdGetPurchaseOrders() *cobra.Command
- func GetCmdGetSpentEFUNDByAddress() *cobra.Command
- func GetCmdGetWhitelistedAddresses() *cobra.Command
- func GetCmdProcessPurchaseOrder() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQueryTotalLocked() *cobra.Command
- func GetCmdQueryTotalSpentEFUND() *cobra.Command
- func GetCmdQueryTotalUnlocked() *cobra.Command
- func GetCmdRaisePurchaseOrder() *cobra.Command
- func GetCmdWhitelistAction() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
const ( 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 GetCmdGetEnterpriseSupply ¶ added in v1.5.1
GetCmdGetEnterpriseSupply queries eFUND data, including locked, unlocked and total chain supply
func GetCmdGetEnterpriseUserAccount ¶ added in v1.5.1
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 GetCmdGetSpentEFUNDByAddress ¶ added in v1.6.1
GetCmdGetSpentEFUNDByAddress queries spent eFUND for a given address
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 FUND parameters.
func GetCmdQueryTotalLocked ¶
GetCmdQueryTotalLocked implements a command to return the current total locked enterprise und
func GetCmdQueryTotalSpentEFUND ¶ added in v1.6.1
GetCmdQueryTotalSpentEFUND 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
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.