Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RelayController ¶
type RelayController struct { // The controller's configuration Config *model.Config RelaySignerService *service.RelaySignerService }
RelayController is the main controller
func (*RelayController) Init ¶
func (controller *RelayController) Init(config *model.Config, relaySignerService *service.RelaySignerService)
Init controller
func (*RelayController) SignTransaction ¶
func (controller *RelayController) SignTransaction(w http.ResponseWriter, r *http.Request)
SignTransaction ...
Click to show internal directories.
Click to hide internal directories.