๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Modulesยง
- entry
Deprecated - The
entrymodule 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_hashesrepresents an approximate amount of time since the last Entry was created. - poh
Deprecated - The
Pohmodule provides an object for generating a Proof of History.