nooschain / cli/commands/production / ProductionBackupDrillReport
Interface: ProductionBackupDrillReport
Defined in: cli/commands/production.ts:80
Result produced by the local backup/restore drill.
Properties
finishedAt
finishedAt:
string
Defined in: cli/commands/production.ts:83
height
height:
string
Defined in: cli/commands/production.ts:89
importedCheckpointId
importedCheckpointId:
string
Defined in: cli/commands/production.ts:91
kind
kind:
"noos_production_backup_drill"
Defined in: cli/commands/production.ts:81
ok
ok:
boolean
Defined in: cli/commands/production.ts:84
outputDir
outputDir:
string
Defined in: cli/commands/production.ts:85
packagePath
packagePath:
string
Defined in: cli/commands/production.ts:86
reportPath
reportPath:
string
Defined in: cli/commands/production.ts:87
snapshotHash
snapshotHash:
string
Defined in: cli/commands/production.ts:88
startedAt
startedAt:
string
Defined in: cli/commands/production.ts:82
stateRoot
stateRoot:
string|null
Defined in: cli/commands/production.ts:90
timingsMs
timingsMs:
object
Defined in: cli/commands/production.ts:97
chainVerifyMs
chainVerifyMs:
number
exportMs
exportMs:
number
importMs
importMs:
number
packageMs
packageMs:
number
replayVerifyMs
replayVerifyMs:
number
totalMs
totalMs:
number
unpackMs
unpackMs:
number
verifyMs
verifyMs:
number
verification
verification:
object
Defined in: cli/commands/production.ts:92
archiveOk
archiveOk:
boolean
importedChainOk
importedChainOk:
boolean
importedReplayOk
importedReplayOk:
boolean