Raindex SDK Documentation
GitHub
NPM
Preparing search index...
RaindexSyncStatusSnapshot
Interface RaindexSyncStatusSnapshot
interface
RaindexSyncStatusSnapshot
{
error
?:
string
;
lastSyncedBlock
?:
number
;
networkKey
?:
string
;
phaseMessage
?:
string
;
raindexId
:
RaindexIdentifier
;
raindexKey
?:
string
;
ready
:
boolean
;
schedulerState
:
SchedulerState
;
status
:
LocalDbStatus
;
updatedAt
?:
string
;
}
Index
Properties
error?
last
Synced
Block?
network
Key?
phase
Message?
raindex
Id
raindex
Key?
ready
scheduler
State
status
updated
At?
Properties
Optional
error
error
?:
string
Optional
last
Synced
Block
lastSyncedBlock
?:
number
Optional
network
Key
networkKey
?:
string
Optional
phase
Message
phaseMessage
?:
string
raindex
Id
raindexId
:
RaindexIdentifier
Optional
raindex
Key
raindexKey
?:
string
ready
ready
:
boolean
scheduler
State
schedulerState
:
SchedulerState
status
status
:
LocalDbStatus
Optional
updated
At
updatedAt
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
last
Synced
Block
network
Key
phase
Message
raindex
Id
raindex
Key
ready
scheduler
State
status
updated
At
GitHub
NPM
Raindex SDK Documentation
Loading...