package
0.0.0-20230307095339-03ee383c5cd9
Repository: https://github.com/gridiron-zone/huddle.git
Documentation: pkg.go.dev
# Functions
GetCmdAddPostAttachment returns the command allowing to add an attachment to an existing post.
GetCmdAnswerPoll returns the command allowing to answer an existing poll.
GetCmdCreatePost returns the command allowing to create a new post.
GetCmdDeletePost returns the command allowing to delete an existing post.
GetCmdEditPost returns the command allowing to edit an existing post.
GetCmdQueryParams returns the command to query the module params.
GetCmdQueryPollAnswers returns the command to query all the answers to a given poll.
GetCmdQueryPost returns the command to query the post having the given id.
GetCmdQueryPostAttachments returns the command to query all the attachments for the post having the given id.
GetCmdQueryPosts returns the command to query all the posts inside a subspace.
GetCmdRemovePostAttachment returns the command allowing to delete an existing post attachment.
GetQueryCmd returns the command allowing to perform queries.
NewTxCmd returns a new command to perform subspaces transactions.