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

    Type Alias BlockHeaderInnerLiteView

    A part of a state for the current head of a light client. More info here.

    type BlockHeaderInnerLiteView = {
        block_merkle_root: CryptoHash;
        epoch_id: CryptoHash;
        height: number;
        next_bp_hash: CryptoHash;
        next_epoch_id: CryptoHash;
        outcome_root: CryptoHash;
        prev_state_root: CryptoHash;
        timestamp: number;
        timestamp_nanosec: string;
    }
    Index

    Properties

    block_merkle_root: CryptoHash

    The merkle root of all the block hashes

    epoch_id: CryptoHash

    The epoch to which the block that is the current known head belongs

    height: number
    next_bp_hash: CryptoHash

    The hash of the block producers set for the next epoch

    next_epoch_id: CryptoHash

    The epoch that will follow the current epoch

    outcome_root: CryptoHash
    prev_state_root: CryptoHash
    timestamp: number

    Legacy json number. Should not be used.

    timestamp_nanosec: string