Discover Packages
github.com/ChorusOne/cosmos-sdk
x
distribution
client
rest
package
Version:
v0.28.1-chorus
Opens a new window with list of versions in this module.
Published: Dec 18, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
RegisterRoutes - Central function to define routes that get registered by the main application
type SetWithdrawAddressReq struct {
BaseReq utils .BaseReq `json:"base_req"`
WithdrawAddr string `json:"withdraw_addr"`
}
type WithdrawDelegatorReq struct {
BaseReq utils .BaseReq `json:"base_req"`
OnlyFromValidator string `json:"only_from_validator"`
}
type WithdrawValidatorReq struct {
BaseReq utils .BaseReq `json:"base_req"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.