Module groestlcoin::hash_types

source ·
Expand description

Bitcoin hash types.

This module defines types for hashes used throughout the library. These types are needed in order to avoid mixing data of the same hash format (e.g. SHA256d) but of different meaning (such as transaction id, block hash).

Structs§