Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package server Vulcan
The Vulcan is an users' wallets creator.
Schemes: https BasePath: /v1 Version: 1.0.0 Produces: - application/json Consumes: - application/json
swagger:meta
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfirmRequest ¶
ConfirmRequest ... swagger:model
type RegisterRequest ¶
type RegisterRequest struct {
	// required: true
	Email   strfmt.Email `json:"email"`
	Address string       `json:"address"`
}
    RegisterRequest ... swagger:model
 Click to show internal directories. 
   Click to hide internal directories.