Documentation
¶
Index ¶
- func GetCmdCreatePost(cdc *codec.Codec) *cobra.Command
- func GetCmdDeletePost(cdc *codec.Codec) *cobra.Command
- func GetCmdLikePost(cdc *codec.Codec) *cobra.Command
- func GetCmdModerators(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdPopularPostsList(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdPost(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdPostsList(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdUserLikedPosts(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdUsersPosts(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdCreatePost ¶
GetCmdCreatePost is the CLI command for sending a CreatePost transaction
func GetCmdDeletePost ¶
GetCmdDeletePost is the CLI command for sending a DeletePost transaction
func GetCmdLikePost ¶
GetCmdLikePost is the CLI command for sending a LikePost transaction
func GetCmdModerators ¶ added in v1.0.0
GetCmdModerators queries for the community moderators
func GetCmdPopularPostsList ¶
GetCmdPopularPostsList queries popular posts
func GetCmdPost ¶ added in v0.4.3
GetCmdPost queries exact post
func GetCmdPostsList ¶
GetCmdPostsList queries the latest posts
func GetCmdUserLikedPosts ¶ added in v0.4.0
GetCmdUserLikedPosts queries users likes
func GetCmdUsersPosts ¶
GetCmdUsersPosts queries users posts
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.