SyncStatus is used to provide additional context about an implementation's sync status. It is often used to indicate that an implementation is healthy when it cannot be queried until some sync phase occurs. If an implementation is immediately queryable, this model is often not populated.

Export

Interface

RosettaSyncStatus

Hierarchy

  • RosettaSyncStatus

Properties

current_index: number

CurrentIndex is the index of the last synced block in the current stage.

Memberof

RosettaSyncStatus

stage?: string

Stage is the phase of the sync process.

Memberof

RosettaSyncStatus

synced?: boolean

Synced indicates if an implementation has synced up to the most recent block.

Memberof

RosettaSyncStatus

target_index?: number

TargetIndex is the index of the block that the implementation is attempting to sync to in the current stage.

Memberof

RosettaSyncStatus

Generated using TypeDoc