Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangePasswordDTO ¶
type ChangePasswordDTO struct {
OldPassword string `json:"old_password"`
NewPassword string `json:"new_password"`
}
func RequestToChangePasswordDTO ¶
func RequestToChangePasswordDTO(req *user_request.ChangePasswordInternalRequest) ChangePasswordDTO
type CreateWithdrawalSettingDTO ¶
type CreateWithdrawalSettingDTO struct {
Address string `json:"address" validate:"required"`
MinAmount string `json:"min_amount" validate:"required"`
CurrencyID string `json:"currency_id" validate:"required"`
Chain string `json:"chain" validate:"required"`
}
func RequestToCreateWithdrawalSettingDTO ¶
func RequestToCreateWithdrawalSettingDTO(req *exchange_request.CreateWithdrawalSettingRequest) *CreateWithdrawalSettingDTO
Click to show internal directories.
Click to hide internal directories.