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 GetCmdLinkApplication() *cobra.Command
- func GetCmdLinkChainAccount() *cobra.Command
- func GetCmdQueryApplicationsLinks() *cobra.Command
- func GetCmdQueryBlocks() *cobra.Command
- func GetCmdQueryChainLinks() *cobra.Command
- func GetCmdQueryDTagRequests() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQueryProfile() *cobra.Command
- func GetCmdQueryRelationships() *cobra.Command
- func GetCmdRefuseDTagTransfer() *cobra.Command
- func GetCmdRequestDTagTransfer() *cobra.Command
- func GetCmdSaveProfile() *cobra.Command
- func GetCmdUnblockUser() *cobra.Command
- func GetCmdUnlinkApplication() *cobra.Command
- func GetCmdUnlinkChainAccount() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
const ( FlagDTag = "dtag" FlagNickname = "nickname" FlagBio = "bio" FlagProfilePic = "profile-pic" FlagCoverPic = "cover-pic" )
Variables ¶
This section is empty.
Functions ¶
func GetCmdAcceptDTagTransfer ¶
GetCmdAcceptDTagTransfer returns the command to accept a DTag transfer request
func GetCmdBlockUser ¶
GetCmdBlockUser returns the command allowing to block a user
func GetCmdCancelDTagTransfer ¶
GetCmdCancelDTagTransfer returns the command to cancel an outgoing DTag transfer request
func GetCmdCreateRelationship ¶
GetCmdCreateRelationship returns the command allowing to create a relationship
func GetCmdDeleteProfile ¶
GetCmdDeleteProfile returns the command used to delete an existing profile
func GetCmdDeleteRelationship ¶
GetCmdDeleteRelationship returns the command allowing to delete a relationships
func GetCmdLinkApplication ¶
GetCmdLinkApplication returns the command to create a NewMsgLinkApplication transaction
func GetCmdLinkChainAccount ¶
GetCmdLinkChainAccount returns the command allowing to link an external chain account
func GetCmdQueryApplicationsLinks ¶
GetCmdQueryApplicationsLinks returns the command allowing to query the application links, optionally associated with a user
func GetCmdQueryBlocks ¶
GetCmdQueryBlocks returns the command allowing to query all the blocks with optional user and subspace
func GetCmdQueryChainLinks ¶
GetCmdQueryChainLinks returns the command allowing to query the chain links, optionally associated with a user
func GetCmdQueryDTagRequests ¶
GetCmdQueryDTagRequests returns the command allowing to query all the DTag transfer requests made towards a user
func GetCmdQueryParams ¶
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 GetCmdQueryRelationships ¶
GetCmdQueryRelationships returns the command allowing to query the relationships with optional user and subspace
func GetCmdRefuseDTagTransfer ¶
GetCmdRefuseDTagTransfer returns the command to refuse an incoming DTag transfer request
func GetCmdRequestDTagTransfer ¶
GetCmdRequestDTagTransfer returns the command to create a DTag transfer request
func GetCmdSaveProfile ¶
func GetCmdUnblockUser ¶
GetCmdUnblockUser returns the command allowing to unblock a user
func GetCmdUnlinkApplication ¶
GetCmdUnlinkApplication returns the command allowing to unlink a centralized application from a Desmos profile
func GetCmdUnlinkChainAccount ¶
GetCmdUnlinkChainAccount returns the command allowing to unlink an external chain account from a profile
func GetQueryCmd ¶
GetQueryCmd returns the command allowing to perform queries
Types ¶
This section is empty.