Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.3.0
type Config struct {
OptimizationsUsed *bool `json:"optimizations_used,omitempty"`
OptimizationsCount *int `json:"optimizations_count,omitempty"`
EvmVersion *string `json:"evm_version,omitempty"`
}
func ParseNewTruffleConfig ¶ added in v0.4.0
type GetProjectsResponse ¶
type LoginRequest ¶
type ProjectRequest ¶
type ProjectRequest struct {
Name string `json:"name"`
}
func (ProjectRequest) Valid ¶
func (r ProjectRequest) Valid() bool
type ProjectResponse ¶
type RegisterRequest ¶
type RegisterRequest struct {
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Username string `json:"username"`
Email string `json:"email"`
Password string `json:"password"`
}
func (RegisterRequest) Valid ¶
func (r RegisterRequest) Valid() bool
type TokenResponse ¶
type UploadContractsRequest ¶
type UploadContractsResponse ¶
type UploadContractsResponse struct {
Contracts []truffle.ApiContract `json:"contracts"`
Error *ApiError `json:"error"`
}
type UserResponse ¶
Click to show internal directories.
Click to hide internal directories.