Documentation ¶
Index ¶
- Constants
- func GetCmdAcceptDTagTransfer() *cobra.Command
- func GetCmdBlockUser() *cobra.Command
- func GetCmdCancelDTagTransfer() *cobra.Command
- func GetCmdCreateRelationship() *cobra.Command
- func GetCmdDeleteProfile() *cobra.Command
- func GetCmdDeleteRelationship() *cobra.Command
- func GetCmdQueryDTagRequests() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQueryProfile() *cobra.Command
- func GetCmdQueryUserBlocks() *cobra.Command
- func GetCmdQueryUserRelationships() *cobra.Command
- func GetCmdRefuseDTagTransfer() *cobra.Command
- func GetCmdRequestDTagTransfer() *cobra.Command
- func GetCmdSaveProfile() *cobra.Command
- func GetCmdUnblockUser() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
const ( FlagNickname = "nickname" FlagBio = "bio" FlagProfilePic = "profile-pic" FlagCoverPic = "cover-pic" )
Variables ¶
This section is empty.
Functions ¶
func GetCmdAcceptDTagTransfer ¶ added in v0.12.0
GetCmdAcceptDTagTransfer returns the command to accept a DTag transfer request
func GetCmdBlockUser ¶ added in v0.16.0
GetCmdBlockUser returns the command allowing to block a user
func GetCmdCancelDTagTransfer ¶ added in v0.13.0
GetCmdCancelDTagTransfer returns the command to cancel an outgoing DTag transfer request
func GetCmdCreateRelationship ¶ added in v0.16.0
GetCmdCreateRelationship returns the command allowing to create a relationship
func GetCmdDeleteProfile ¶
GetCmdDeleteProfile returns the command used to delete an existing profile
func GetCmdDeleteRelationship ¶ added in v0.16.0
GetCmdDeleteRelationship returns the command allowing to delete a relationships
func GetCmdQueryDTagRequests ¶ added in v0.12.0
GetCmdQueryDTagRequests returns the command allowing to query all the DTag transfer requests made towards a user
func GetCmdQueryParams ¶ added in v0.15.0
GetCmdQueryParams returns the command allowing to query the profiles module params
func GetCmdQueryProfile ¶
GetCmdQueryProfile returns the command that allows to query the profile of a specific user
func GetCmdQueryUserBlocks ¶ added in v0.16.0
GetCmdQueryUserBlocks returns the command allowing to query all the blocks of a single user
func GetCmdQueryUserRelationships ¶ added in v0.16.0
GetCmdQueryUserRelationships returns the command allowing to query all the relationships of a specific user
func GetCmdRefuseDTagTransfer ¶ added in v0.13.0
GetCmdRefuseDTagTransfer returns the command to refuse an incoming DTag transfer request
func GetCmdRequestDTagTransfer ¶ added in v0.12.0
GetCmdRequestDTagTransfer returns the command to create a DTag transfer request
func GetCmdSaveProfile ¶
GetCmdSaveProfile returns the command used to save a profile
func GetCmdUnblockUser ¶ added in v0.16.0
GetCmdUnblockUser returns the command allowing to unblock a user
func GetQueryCmd ¶
GetQueryCmd returns the command allowing to perform queries
Types ¶
This section is empty.