Documentation ¶
Index ¶
Constants ¶
View Source
const (
ParamsAddress = "address"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AcceptDTagTransferReq ¶ added in v0.12.0
type AcceptDTagTransferReq struct { BaseReq rest.BaseReq `json:"base_req"` NewDTag string `json:"new_dtag"` }
AcceptDTagTransferReq contains the data that should be sent to accept a DTag transfer request
type DeleteProfileReq ¶
DeleteProfileReq defines the properties of a profile deletion request body
type SaveProfileReq ¶
type SaveProfileReq struct { BaseReq rest.BaseReq `json:"base_req"` DTag string `json:"dtag"` Moniker string `json:"moniker,omitempty"` Bio string `json:"bio,omitempty"` Pictures types.Pictures `json:"pictures,omitempty"` }
SaveProfileReq defines the properties of a profile save request's body
type TransferDTagReq ¶ added in v0.12.0
type TransferDTagReq struct { BaseReq rest.BaseReq `json:"base_req"` Receiver string `json:"receiver"` }
TransferDTagReq defines the properties of a DTag transferring request body
Click to show internal directories.
Click to hide internal directories.