Expand description
Miscellaneous helpers
Modules§
- rx
- Lightweight reactive library
Structs§
- Amount
- An amount of bitcoin in satoshis
- Bloom
Filter - Bloom filter used by SPV nodes to limit transactions received
- Hash160
- 160-bit hash for public key addresses
- Hash256
- 256-bit hash for blocks and transactions
Enums§
Constants§
- BLOOM_
FILTER_ MAX_ FILTER_ SIZE - Maximum number of bytes in the bloom filter bit field
- BLOOM_
FILTER_ MAX_ HASH_ FUNCS - Maximum number of hash functions for the bloom filter
Traits§
- Serializable
- An object that may be serialized and deserialized
Functions§
- hash160
- Hashes a data array once with SHA256 and again with RIPEMD160
- secs_
since - Gets the time in seconds since a time in the past
- sha256d
- Hashes a data array twice using SHA256
Type Aliases§
- Result
- Standard Result used in the library