Skip to main content

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.

@tevm/voltaire
@tevm/voltaire / index / HashType

HashType

Type Aliases

HashLike

HashLike = HashType | bigint | string | Uint8Array
Defined in: src/primitives/Hash/HashType.ts:10 Inputs that can be converted to Hash

HashType

HashType = Uint8Array & object
Defined in: src/primitives/Hash/HashType.ts:3

Type Declaration

[brand]
readonly [brand]: "Hash"

Variables

SIZE

const SIZE: 32 = 32
Defined in: src/primitives/Hash/HashType.ts:12