near-api-js - v7.0.4
Preparing search index...
rpc/types.gen
StatusSyncInfo
Type Alias StatusSyncInfo
type
StatusSyncInfo
=
{
earliest_block_hash
?:
CryptoHash
|
null
;
earliest_block_height
?:
number
|
null
;
earliest_block_time
?:
string
|
null
;
epoch_id
?:
EpochId
|
null
;
epoch_start_height
?:
number
|
null
;
latest_block_hash
:
CryptoHash
;
latest_block_height
:
number
;
latest_block_time
:
string
;
latest_state_root
:
CryptoHash
;
syncing
:
boolean
;
}
Index
Properties
earliest_
block_
hash?
earliest_
block_
height?
earliest_
block_
time?
epoch_
id?
epoch_
start_
height?
latest_
block_
hash
latest_
block_
height
latest_
block_
time
latest_
state_
root
syncing
Properties
Optional
earliest_
block_
hash
earliest_block_hash
?:
CryptoHash
|
null
Optional
earliest_
block_
height
earliest_block_height
?:
number
|
null
Optional
earliest_
block_
time
earliest_block_time
?:
string
|
null
Optional
epoch_
id
epoch_id
?:
EpochId
|
null
Optional
epoch_
start_
height
epoch_start_height
?:
number
|
null
latest_
block_
hash
latest_block_hash
:
CryptoHash
latest_
block_
height
latest_block_height
:
number
latest_
block_
time
latest_block_time
:
string
latest_
state_
root
latest_state_root
:
CryptoHash
syncing
syncing
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
earliest_
block_
hash
earliest_
block_
height
earliest_
block_
time
epoch_
id
epoch_
start_
height
latest_
block_
hash
latest_
block_
height
latest_
block_
time
latest_
state_
root
syncing
near-api-js - v7.0.4
Loading...