Documentation ¶
Index ¶
- func GetCmdCreatePost(cdc *codec.Codec) *cobra.Command
- func GetCmdDeletePost(cdc *codec.Codec) *cobra.Command
- func GetCmdFollow(cdc *codec.Codec) *cobra.Command
- func GetCmdFollowee(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdLikePost(cdc *codec.Codec) *cobra.Command
- func GetCmdModerators(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdPost(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdUnfollow(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 GetCmdFollow ¶ added in v1.0.3
GetCmdFollow is the CLI command for sending a Follow transaction
func GetCmdFollowee ¶ added in v1.0.3
GetCmdFollowee queries users followee
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 GetCmdPost ¶ added in v0.4.3
GetCmdPost queries exact post
func GetCmdUnfollow ¶ added in v1.0.3
GetCmdUnfollow is the CLI command for sending a Unfollow transaction
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.