Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InitializeCandidateRequest ¶
type InitializeCandidateRequest struct {
EthAddr string `json:"ethAddr" yaml:"ethAddr"`
}
type RequestGuardRequest ¶
type RestServer ¶
RestServer represents the Light Client Rest server
func NewRestServer ¶
func NewRestServer(cdc *codec.Codec) (*RestServer, error)
NewRestServer creates a new rest server instance
type SubscribeRequest ¶
type SubscribeRequest struct {
EthAddr string `json:"ethAddr" yaml:"ethAddr"`
}
type SyncDelegatorRequest ¶
type WithdrawRewardRequest ¶
type WithdrawRewardRequest struct {
EthAddr string `json:"ethAddr" yaml:"ethAddr"`
}
Click to show internal directories.
Click to hide internal directories.