Documentation ¶
Index ¶
- Constants
- func GetCmdQueryGrants() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetQueryGranteeGrants() *cobra.Command
- func GetQueryGranterGrants() *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewCmdExecAuthorization() *cobra.Command
- func NewCmdGrantAuthorization() *cobra.Command
- func NewCmdRevokeAuthorization() *cobra.Command
Constants ¶
View Source
const ( FlagSpendLimit = "spend-limit" FlagMsgType = "msg-type" FlagExpiration = "expiration" FlagAllowedValidators = "allowed-validators" FlagDenyValidators = "deny-validators" FlagAllowList = "allow-list" )
Flag names and values
Variables ¶
This section is empty.
Functions ¶
func GetCmdQueryGrants ¶
GetCmdQueryGrants implements the query authorization command.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func GetQueryGranteeGrants ¶ added in v0.45.2
GetQueryGranteeGrants returns cmd to query for all grants for a grantee.
func GetQueryGranterGrants ¶ added in v0.45.2
GetQueryGranterGrants returns cmd to query for all grants for a granter.
func NewCmdExecAuthorization ¶
NewCmdExecAuthorization returns a CLI command handler for creating a MsgExec transaction.
func NewCmdGrantAuthorization ¶
NewCmdGrantAuthorization returns a CLI command handler for creating a MsgGrant transaction.
func NewCmdRevokeAuthorization ¶
NewCmdRevokeAuthorization returns a CLI command handler for creating a MsgRevoke transaction.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.