> ## Documentation Index
> Fetch the complete documentation index at: https://voltaire.tevm.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# HashType

> Auto-generated API documentation

[**@tevm/voltaire**](../../index.mdx)

***

[@tevm/voltaire](../../index.mdx) / [index](../index.mdx) / HashType

# HashType

## Type Aliases

### HashLike

> **HashLike** = [`HashType`](#hashtype) | `bigint` | `string` | `Uint8Array`

Defined in: [src/primitives/Hash/HashType.ts:10](https://github.com/evmts/voltaire/blob/bd6ec34405c15ad8cd51d11579d495dc53813482/src/primitives/Hash/HashType.ts#L10)

Inputs that can be converted to Hash

***

### HashType

> **HashType** = `Uint8Array` & `object`

Defined in: [src/primitives/Hash/HashType.ts:3](https://github.com/evmts/voltaire/blob/bd6ec34405c15ad8cd51d11579d495dc53813482/src/primitives/Hash/HashType.ts#L3)

#### Type Declaration

##### \[brand]

> `readonly` **\[brand]**: `"Hash"`

## Variables

### SIZE

> `const` **SIZE**: `32` = `32`

Defined in: [src/primitives/Hash/HashType.ts:12](https://github.com/evmts/voltaire/blob/bd6ec34405c15ad8cd51d11579d495dc53813482/src/primitives/Hash/HashType.ts#L12)
