Skip to main content
@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