# Functions
MineBlocks mines n blocks with the reward going to the given address.
Network returns a test network and genesis block.
NewEphemeralContractor creates an EphemeralContractor for testing.
NewEphemeralSectorStore creates an EphemeralSectorStore for testing.
NewEphemeralSettingsReporter creates an EphemeralSettingsReporter for testing.
NewEphemeralWalletStore returns a new EphemeralWalletStore.
NewMemPeerStore returns a new MemPeerStore.
ServeSiaMux starts a RHP4 host listening on a random port and returns the address.
V2Network returns a test network and genesis block with early V2 hardforks.
# Structs
An EphemeralContractor is an in-memory minimal rhp4.Contractor for testing.
An EphemeralSectorStore is an in-memory minimal rhp4.SectorStore for testing.
An EphemeralSettingsReporter is an in-memory minimal rhp4.SettingsReporter for testing.
An EphemeralWalletStore is a Store that does not persist its state to disk.
A MemPeerStore is an in-memory implementation of a PeerStore.