Status is the storage worker status.

interface WorkerStorageStatus {
    last_finalized_round: longnum;
    status: string;
}

Properties

last_finalized_round: longnum

LastFinalizedRound is the last synced and finalized round.

status: string

Status is the current status of the storage worker.