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

    Type Alias ChunkHeaderView

    Contains main info about the chunk.

    Index

    Properties

    balance_burnt: NearToken
    bandwidth_requests?: BandwidthRequests | null
    chunk_hash: CryptoHash
    congestion_info?: CongestionInfoView | null
    encoded_length: number
    encoded_merkle_root: CryptoHash
    gas_limit: NearGas
    gas_used: NearGas
    height_created: number
    height_included: number
    outcome_root: CryptoHash
    outgoing_receipts_root: CryptoHash
    prev_block_hash: CryptoHash
    prev_state_root: CryptoHash
    rent_paid?: NearToken

    TODO(2271): deprecated.

    shard_id: ShardId
    signature: Signature
    tx_root: CryptoHash
    validator_proposals: ValidatorStakeView[]
    validator_reward?: NearToken

    TODO(2271): deprecated.