Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
RegisterRoutes registers staking-related REST handlers to a router
Types ¶
type UnrevokeBody ¶
type UnrevokeBody struct { BaseTx context.BaseTx `json:"base_tx"` ValidatorAddr string `json:"validator_addr"` }
Unrevoke TX body
Click to show internal directories.
Click to hide internal directories.