Crate solana_entry
source ·Modules
- The
entry
module is a fundamental building block of Proof of History. It contains a unique ID that is the hash of the Entry before it, plus the hash of the transactions within it. Entries cannot be reordered, and its fieldnum_hashes
represents an approximate amount of time since the last Entry was created. - The
Poh
module provides an object for generating a Proof of History.