Module sv::util[][src]

Expand description

Miscellaneous helpers

Modules

Lightweight reactive library

Structs

Bloom filter used by SPV nodes to limit transactions received

160-bit hash for public key addresses

256-bit hash for blocks and transactions

Enums

Standard error type used in the library

Constants

Block height that BCH and BTC forked on mainnet

Block height that BCH and BTC forked on testnet

Maximum number of bytes in the bloom filter bit field

Maximum number of hash functions for the bloom filter

Block height that activated the genesis upgrade on mainnet

Block height that activated the genesis upgrade on testnet

Traits

An object that may be serialized and deserialized

Functions

Hashes a data array once with SHA256 and again with RIPEMD160

Gets the time in seconds since a time in the past

Hashes a data array twice using SHA256

Type Definitions

Standard Result used in the library