Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GuardRequest ¶ added in v0.2.0
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 RewardRequest ¶ added in v0.2.5
type SubscribeRequest ¶
type SyncDelegatorRequest ¶
type UpdateSidechainAddrRequest ¶ added in v0.2.0
type UpdateSidechainAddrRequest struct {
EthAddr string `json:"eth_addr" yaml:"eth_addr"`
}
type WithdrawRewardRequest ¶
type WithdrawRewardRequest struct {
EthAddr string `json:"eth_addr" yaml:"eth_addr"`
}
Click to show internal directories.
Click to hide internal directories.