Documentation ¶
Index ¶
- Constants
- func GetCmdCreatePost(cdc *codec.Codec) *cobra.Command
- func GetCmdDeletePost(cdc *codec.Codec) *cobra.Command
- func GetCmdDonate(cdc *codec.Codec) *cobra.Command
- func GetCmdIDADonate(cdc *codec.Codec) *cobra.Command
- func GetCmdUpdatePost(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagAuthor = "author" FlagPostID = "post-id" FlagTitle = "title" FlagContent = "content" FlagPreauth = "preauth" FlagDonator = "donator" FlagAmount = "amount" FlagMemo = "memo" FlagApp = "app" FlagSigner = "signer" )
Variables ¶
This section is empty.
Functions ¶
func GetCmdCreatePost ¶
GetCmdCreatePost - create post.
func GetCmdUpdatePost ¶
GetCmdUpdatePost - update post info.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.