Documentation ¶
Index ¶
- func GetCmdAddPostReaction(cdc *codec.Codec) *cobra.Command
- func GetCmdAnswerPoll(cdc *codec.Codec) *cobra.Command
- func GetCmdCreatePost(cdc *codec.Codec) *cobra.Command
- func GetCmdEditPost(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryPollAnswer(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryPost(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryPosts(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryPostsParams(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryRegisteredReactions(cdc *codec.Codec) *cobra.Command
- func GetCmdRegisterReaction(cdc *codec.Codec) *cobra.Command
- func GetCmdRemovePostReaction(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(_ string, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdAddPostReaction ¶ added in v0.3.0
GetCmdAddPostReaction is the CLI command for adding a like to a post
func GetCmdAnswerPoll ¶ added in v0.3.0
GetCmdAnswerPoll is the CLI command for answering a post's poll
func GetCmdCreatePost ¶
GetCmdCreatePost is the CLI command for creating a post
func GetCmdEditPost ¶
GetCmdEditPost is the CLI command for editing a post
func GetCmdQueryPollAnswer ¶ added in v0.3.0
func GetCmdQueryPost ¶ added in v0.2.0
GetCmdQueryPost queries a post
func GetCmdQueryPostsParams ¶ added in v0.8.0
GetCmdQueryPostsParams queries all the posts' module params
func GetCmdQueryRegisteredReactions ¶ added in v0.4.0
func GetCmdRegisterReaction ¶ added in v0.4.0
GetCmdRegisterReaction is the CLI command for registering a reaction
func GetCmdRemovePostReaction ¶ added in v0.3.0
GetCmdRemovePostReaction is the CLI command for removing a like from a post
func GetQueryCmd ¶
GetQueryCmd adds the query commands
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.