---
id: "_providers_provider_.blockheader"
title: "BlockHeader"
sidebar_label: "BlockHeader"
---

## Hierarchy

* **BlockHeader**

## Index

### Properties

* [approval_mask](_providers_provider_.blockheader.md#approval_mask)
* [approval_sigs](_providers_provider_.blockheader.md#approval_sigs)
* [hash](_providers_provider_.blockheader.md#hash)
* [height](_providers_provider_.blockheader.md#height)
* [prev_hash](_providers_provider_.blockheader.md#prev_hash)
* [prev_state_root](_providers_provider_.blockheader.md#prev_state_root)
* [timestamp](_providers_provider_.blockheader.md#timestamp)
* [total_weight](_providers_provider_.blockheader.md#total_weight)
* [tx_root](_providers_provider_.blockheader.md#tx_root)

## Properties

###  approval_mask

• **approval_mask**: *string*

*Defined in [src.ts/providers/provider.ts:83](https://github.com/nearprotocol/nearlib/blob/de49029/src.ts/providers/provider.ts#L83)*

___

###  approval_sigs

• **approval_sigs**: *string*

*Defined in [src.ts/providers/provider.ts:84](https://github.com/nearprotocol/nearlib/blob/de49029/src.ts/providers/provider.ts#L84)*

___

###  hash

• **hash**: *string*

*Defined in [src.ts/providers/provider.ts:85](https://github.com/nearprotocol/nearlib/blob/de49029/src.ts/providers/provider.ts#L85)*

___

###  height

• **height**: *number*

*Defined in [src.ts/providers/provider.ts:86](https://github.com/nearprotocol/nearlib/blob/de49029/src.ts/providers/provider.ts#L86)*

___

###  prev_hash

• **prev_hash**: *string*

*Defined in [src.ts/providers/provider.ts:87](https://github.com/nearprotocol/nearlib/blob/de49029/src.ts/providers/provider.ts#L87)*

___

###  prev_state_root

• **prev_state_root**: *string*

*Defined in [src.ts/providers/provider.ts:88](https://github.com/nearprotocol/nearlib/blob/de49029/src.ts/providers/provider.ts#L88)*

___

###  timestamp

• **timestamp**: *number*

*Defined in [src.ts/providers/provider.ts:89](https://github.com/nearprotocol/nearlib/blob/de49029/src.ts/providers/provider.ts#L89)*

___

###  total_weight

• **total_weight**: *[TotalWeight](_providers_provider_.totalweight.md)*

*Defined in [src.ts/providers/provider.ts:90](https://github.com/nearprotocol/nearlib/blob/de49029/src.ts/providers/provider.ts#L90)*

___

###  tx_root

• **tx_root**: *string*

*Defined in [src.ts/providers/provider.ts:91](https://github.com/nearprotocol/nearlib/blob/de49029/src.ts/providers/provider.ts#L91)*
