Documentation ¶
Index ¶
- Constants
- func GetCmdQueryFeeGrant() *cobra.Command
- func GetCmdQueryFeeGrantsByGrantee() *cobra.Command
- func GetCmdQueryFeeGrantsByGranter() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewCmdFeeGrant() *cobra.Command
- func NewCmdRevokeFeegrant() *cobra.Command
Constants ¶
View Source
const ( FlagExpiration = "expiration" FlagPeriod = "period" FlagPeriodLimit = "period-limit" FlagSpendLimit = "spend-limit" FlagAllowedMsgs = "allowed-messages" )
flag for feegrant module
Variables ¶
This section is empty.
Functions ¶
func GetCmdQueryFeeGrant ¶
GetCmdQueryFeeGrant returns cmd to query for a grant between granter and grantee.
func GetCmdQueryFeeGrantsByGrantee ¶
GetCmdQueryFeeGrantsByGrantee returns cmd to query for all grants for a grantee.
func GetCmdQueryFeeGrantsByGranter ¶
GetCmdQueryFeeGrantsByGranter returns cmd to query for all grants by a granter.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func NewCmdFeeGrant ¶
NewCmdFeeGrant returns a CLI command handler for creating a MsgGrantAllowance transaction.
func NewCmdRevokeFeegrant ¶
NewCmdRevokeFeegrant returns a CLI command handler for creating a MsgRevokeAllowance transaction.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.