Skip to main content

Module hashes

Module hashes 

Source
Expand description

Hash utilities that exactly match TypeScript SDK implementation

This module provides SHA-256 hashing utilities with byte-for-byte compatibility with the TypeScript SDK for deterministic transaction and data hashing.

Structs§

AccumulateHash
Hash utilities that match TypeScript SDK exactly
ChainHash
Chain ID hashing utilities
MerkleHash
Merkle tree utilities for transaction hashing
UrlHash
URL hashing utilities that match TypeScript SDK

Enums§

HashType
Hash types used in Accumulate protocol

Traits§

BinaryEncodable
Trait for types that can be binary encoded for hashing