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§
- Accumulate
Hash - Hash utilities that match TypeScript SDK exactly
- Chain
Hash - Chain ID hashing utilities
- Merkle
Hash - Merkle tree utilities for transaction hashing
- UrlHash
- URL hashing utilities that match TypeScript SDK
Enums§
- Hash
Type - Hash types used in Accumulate protocol
Traits§
- Binary
Encodable - Trait for types that can be binary encoded for hashing