Module solana::record_stage[][src]

The record_stage module provides an object for generating a Proof of History. It records Transaction items on behalf of its users. It continuously generates new hashes, only stopping to check if it has been sent an Transaction item. It tags each Transaction with an Entry, and sends it back. The Entry includes the Transaction, the latest hash, and the number of hashes since the last transaction. The resulting stream of entries represents ordered transactions in time.

Structs

RecordStage

Enums

Signal