Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientBuilder ¶
type ClientBuilder func(ctx context.Context) (*apistruct.FullNodeStruct, func(), error)
ClientBuilder creates a new Lotus client.
func NewBuilder ¶
NewBuilder creates a new ClientBuilder.
type SyncMonitor ¶
type SyncMonitor struct {
// contains filtered or unexported fields
}
SyncMonitor provides information about the Lotus syncing status.
func NewSyncMonitor ¶
func NewSyncMonitor(cb ClientBuilder) (*SyncMonitor, error)
NewSyncMonitor creates a new LotusSyncMonitor.
func (*SyncMonitor) SyncHeightDiff ¶
func (lsm *SyncMonitor) SyncHeightDiff() int64
SyncHeightDiff returns the height difference between the tip of the chain and the current synced height.
Click to show internal directories.
Click to hide internal directories.