near-api-js - v7.0.4
Preparing search index...
rpc/types.gen
CatchupStatusView
Type Alias CatchupStatusView
Status of the
catchup
process
type
CatchupStatusView
=
{
blocks_to_catchup
:
BlockStatusView
[]
;
shard_sync_status
:
{
[
key
:
string
]:
never
}
;
sync_block_hash
:
CryptoHash
;
sync_block_height
:
number
;
}
Index
Properties
blocks_
to_
catchup
shard_
sync_
status
sync_
block_
hash
sync_
block_
height
Properties
blocks_
to_
catchup
blocks_to_catchup
:
BlockStatusView
[]
shard_
sync_
status
shard_sync_status
:
{
[
key
:
string
]:
never
}
sync_
block_
hash
sync_block_hash
:
CryptoHash
sync_
block_
height
sync_block_height
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocks_
to_
catchup
shard_
sync_
status
sync_
block_
hash
sync_
block_
height
near-api-js - v7.0.4
Loading...
Status of the catchup process