# Packages
Package blockchaintesting contains test utilies for packages that depend on the blockchain packages.
Package btc defines primitives to work with Bitcoin.
Package dummytimestamper implements a fake blockchain timestamper which can be used for testing.
# Interfaces
HashTimestamper must be able to timestamp a hash.
Network represents a blockchain network.
Timestamper must be able to timestamp data.