Documentation ¶
Index ¶
- Constants
- func GetCmdAcceptDTagTransfer() *cobra.Command
- func GetCmdCancelDTagTransfer() *cobra.Command
- func GetCmdDeleteProfile() *cobra.Command
- func GetCmdQueryDTagRequests() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQueryProfile() *cobra.Command
- func GetCmdRefuseDTagTransfer() *cobra.Command
- func GetCmdRequestDTagTransfer() *cobra.Command
- func GetCmdSaveProfile() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
const ( FlagMoniker = "moniker" 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 GetCmdCancelDTagTransfer ¶ added in v0.13.0
GetCmdCancelDTagTransfer returns the command to cancel an outgoing DTag transfer request
func GetCmdDeleteProfile ¶
GetCmdDeleteProfile returns the command used to delete an existing profile
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 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 GetQueryCmd ¶
GetQueryCmd returns the command allowing to perform queries
Types ¶
This section is empty.