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

    Type Alias RpcSplitStorageInfoResponse

    Contains the split storage information.

    type RpcSplitStorageInfoResponse = {
        cold_head_height?: number | null;
        final_head_height?: number | null;
        head_height?: number | null;
        hot_db_kind?: string | null;
    }
    Index

    Properties

    cold_head_height?: number | null
    final_head_height?: number | null
    head_height?: number | null
    hot_db_kind?: string | null