Documentation ¶
Index ¶
- Constants
- func GetCmdAcceptDTagTransfer() *cobra.Command
- func GetCmdCancelDTagTransfer() *cobra.Command
- func GetCmdDeleteProfile() *cobra.Command
- func GetCmdLinkApplication() *cobra.Command
- func GetCmdLinkChainAccount() *cobra.Command
- func GetCmdQueryApplicationLinkOwners() *cobra.Command
- func GetCmdQueryApplicationsLinks() *cobra.Command
- func GetCmdQueryChainLinkOwners() *cobra.Command
- func GetCmdQueryChainLinks() *cobra.Command
- func GetCmdQueryDTagRequests() *cobra.Command
- func GetCmdQueryDefaultExternalAddresses() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQueryProfile() *cobra.Command
- func GetCmdRefuseDTagTransfer() *cobra.Command
- func GetCmdRequestDTagTransfer() *cobra.Command
- func GetCmdSaveProfile() *cobra.Command
- func GetCmdSetDefaultExternalAddress() *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 GetCmdCancelDTagTransfer ¶
GetCmdCancelDTagTransfer returns the command to cancel an outgoing DTag transfer request
func GetCmdDeleteProfile ¶
GetCmdDeleteProfile returns the command used to delete an existing profile
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 GetCmdQueryApplicationLinkOwners ¶
GetCmdQueryApplicationLinkOwners returns the command allowing to query the application link owners, optionally associated with a target
func GetCmdQueryApplicationsLinks ¶
GetCmdQueryApplicationsLinks returns the command allowing to query the application links, optionally associated with a user
func GetCmdQueryChainLinkOwners ¶
GetCmdQueryChainLinkOwners returns the command allowing to query the chain link owners, optionally associated with a target
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 GetCmdQueryDefaultExternalAddresses ¶ added in v4.2.0
GetCmdQueryDefaultExternalAddresses returns the command allowing to query the default chain links, optionally associated with a owner and chain name
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 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 GetCmdSetDefaultExternalAddress ¶ added in v4.2.0
GetCmdSetDefaultExternalAddress returns the command allowing to set a default external address for 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.