Documentation ¶
Index ¶
- Constants
- Variables
- func CmdApproveAddAccount() *cobra.Command
- func CmdApproveRevokeAccount() *cobra.Command
- func CmdListAccount() *cobra.Command
- func CmdListPendingAccount() *cobra.Command
- func CmdListPendingAccountRevocation() *cobra.Command
- func CmdListRejectedAccount() *cobra.Command
- func CmdListRevokedAccount() *cobra.Command
- func CmdProposeAddAccount() *cobra.Command
- func CmdProposeRevokeAccount() *cobra.Command
- func CmdRejectAddAccount() *cobra.Command
- func CmdShowAccount() *cobra.Command
- func CmdShowPendingAccount() *cobra.Command
- func CmdShowPendingAccountRevocation() *cobra.Command
- func CmdShowRejectedAccount() *cobra.Command
- func CmdShowRevokedAccount() *cobra.Command
- func GetQueryCmd(_ string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagAddress = "address" FlagAddressUsage = "Bench32 encoded account address" FlagPubKey = "pubkey" FlagRoles = "roles" FlagVID = "vid" FlagPIDs = "pid_ranges" FlagRolesUsage = "amount of accounts to take" FlagInfo = "info" FlagInfoUsage = "Optional information/notes for approval, proposal or revocation" )
Variables ¶
Functions ¶
func CmdApproveAddAccount ¶
func CmdApproveRevokeAccount ¶
func CmdListAccount ¶
func CmdListPendingAccount ¶
func CmdListRejectedAccount ¶ added in v0.11.0
func CmdListRevokedAccount ¶ added in v0.10.0
func CmdProposeAddAccount ¶
func CmdProposeRevokeAccount ¶
func CmdRejectAddAccount ¶ added in v0.11.0
func CmdShowAccount ¶
func CmdShowPendingAccount ¶
func CmdShowRejectedAccount ¶ added in v0.11.0
func CmdShowRevokedAccount ¶ added in v0.10.0
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.