Documentation ¶
Index ¶
- func GetCmdAcceptPostOwnerTransfer() *cobra.Command
- func GetCmdAddPostAttachment() *cobra.Command
- func GetCmdAnswerPoll() *cobra.Command
- func GetCmdCancelPostOwnerTransfer() *cobra.Command
- func GetCmdCreatePost() *cobra.Command
- func GetCmdDeletePost() *cobra.Command
- func GetCmdEditPost() *cobra.Command
- func GetCmdMovePost() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQueryPollAnswers() *cobra.Command
- func GetCmdQueryPost() *cobra.Command
- func GetCmdQueryPostAttachments() *cobra.Command
- func GetCmdQueryPostOwnerTransferRequests() *cobra.Command
- func GetCmdQueryPosts() *cobra.Command
- func GetCmdRefusePostOwnerTransfer() *cobra.Command
- func GetCmdRemovePostAttachment() *cobra.Command
- func GetCmdRequestPostOwnerTransfer() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdAcceptPostOwnerTransfer ¶
GetCmdAcceptPostOwnerTransfer returns the command to accept a post owner transfer request
func GetCmdAddPostAttachment ¶
GetCmdAddPostAttachment returns the command allowing to add an attachment to an existing post
func GetCmdAnswerPoll ¶
GetCmdAnswerPoll returns the command allowing to answer an existing poll
func GetCmdCancelPostOwnerTransfer ¶
GetCmdCancelPostOwnerTransfer returns the command to cancel an outgoing post owner transfer request
func GetCmdCreatePost ¶
GetCmdCreatePost returns the command allowing to create a new post
func GetCmdDeletePost ¶
GetCmdDeletePost returns the command allowing to delete an existing post
func GetCmdEditPost ¶
GetCmdEditPost returns the command allowing to edit an existing post
func GetCmdMovePost ¶
GetCmdMovePost returns the command allowing to move an existing post to another subspace
func GetCmdQueryParams ¶
GetCmdQueryParams returns the command to query the module params
func GetCmdQueryPollAnswers ¶
GetCmdQueryPollAnswers returns the command to query all the answers to a given poll
func GetCmdQueryPost ¶
GetCmdQueryPost returns the command to query the post having the given id
func GetCmdQueryPostAttachments ¶
GetCmdQueryPostAttachments returns the command to query all the attachments for the post having the given id
func GetCmdQueryPostOwnerTransferRequests ¶
GetCmdQueryPostOwnerTransferRequests returns the command allowing to query all the post owner transfer requests made towards a user
func GetCmdQueryPosts ¶
GetCmdQueryPosts returns the command to query all the posts inside a subspace
func GetCmdRefusePostOwnerTransfer ¶
GetCmdRefusePostOwnerTransfer returns the command to refuse an incoming post owner transfer request
func GetCmdRemovePostAttachment ¶
GetCmdRemovePostAttachment returns the command allowing to delete an existing post attachment
func GetCmdRequestPostOwnerTransfer ¶
GetCmdRequestPostOwnerTransfer returns the command to create a post owner transfer request
func GetQueryCmd ¶
GetQueryCmd returns the command allowing to perform queries
Types ¶
This section is empty.