near-api-js - v7.0.4
    Preparing search index...

    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: BlockStatusView[]
    shard_sync_status: { [key: string]: never }
    sync_block_hash: CryptoHash
    sync_block_height: number