Documentation
¶
Index ¶
Constants ¶
View Source
const (
ModuleName = "profiles"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DTagTransferRequest ¶
type DTagTransferRequest struct { DTagToTrade string `json:"dtag_to_trade"` Receiver sdk.AccAddress `json:"current_owner"` Sender sdk.AccAddress `json:"receiving_user"` }
type DtagParams ¶
type GenesisState ¶
type GenesisState struct { Profiles []Profile `json:"profiles"` Params Params `json:"params"` DTagTransferRequests []DTagTransferRequest `json:"dtag_transfer_requests"` }
GenesisState contains the data of a v0.13.0 genesis state for the profiles module
type MonikerParams ¶
type Params ¶
type Params struct { MonikerParams MonikerParams `json:"moniker_params"` DtagParams DtagParams `json:"dtag_params"` MaxBioLen sdk.Int `json:"max_bio_length"` }
Click to show internal directories.
Click to hide internal directories.