Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeStatusChecker ¶
type NodeStatusChecker interface { // IsNodeSyncing checks if the node is syncing. // Returns true if the node is syncing, false otherwise. // Returns error if the node syncing status cannot be determined. IsNodeSyncing(ctx sdk.Context) (bool, error) }
func NewNodeStatusChecker ¶
func NewNodeStatusChecker(address string) NodeStatusChecker
Click to show internal directories.
Click to hide internal directories.