Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterSyncStatus ¶
func RegisterSyncStatus()
Types ¶
type GetSyncInfo ¶
type GetSyncInfo struct { BlockHeight int64 `json:"block_height"` BlockHash string `json:"block_hash"` Version string `json:"version"` }
func GetSyncInfoAtBlock ¶
func GetSyncInfoAtBlock(ctx *tmrpctypes.Context, height *int64) (*GetSyncInfo, error)
Click to show internal directories.
Click to hide internal directories.